diff --git a/README.md b/README.md index 6e6df00..daeed5b 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ convertapi ### Alternative domain -Set `base_uri` parameter to use other service domains. Dedicated to the region [domain list](https://www.convertapi.com/doc/servers-location). +Set `baseUri` parameter to use other service domains. Dedicated to the region [domain list](https://www.convertapi.com/doc/servers-location). ```js var convertapi = require('../lib')(process.env.CONVERT_API_SECRET, { baseUri: 'https://eu-v2.convertapi.com/' });