diff --git a/README.md b/README.md index 7f39c290..430a0aee 100644 --- a/README.md +++ b/README.md @@ -2349,14 +2349,11 @@ If your Iterable project is hosted on Iterable's [European data center (EUDC)](h you'll need to configure Iterable's Web SDK to interact with Iterable's EU-based API endpoints. -To do this, you have two options: +To do this: -- On the web server that hosts your site, set the `IS_EU_ITERABLE_SERVICE` - environment variable to `true`. - -- Or, when use [`initializeWithConfig`](#initializeWithConfig) to initialize - the SDK (rather then [`initialize`](#initialize)), and set set the - `isEuIterableService` configuration option to `true`. For example: +- Use [`initializeWithConfig`](#initializeWithConfig) to initialize the SDK + (rather then [`initialize`](#initialize)). +- Set the `isEuIterableService` configuration option to `true`. For example: ```ts import { initializeWithConfig } from '@iterable/web-sdk';