diff --git a/README.md b/README.md index 649a22f..914463d 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ Before displaying the ePaper View Controller (ex. during the your app setup), ca [Newsmemory setServer:@"SERVER"]; [Newsmemory setDelegate:self]; //if provided set also the API key - [Newsmemory setAPIkey:@"API_KEY"]; + [Newsmemory setAPIKey:@"API_KEY"]; return YES; } @@ -383,7 +383,8 @@ end | ------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------- | | setPSetup | (required) | the configuration to load for a publication | | setServer | (required) | the Tecnavia endpoint for the publication | -| setToken | none | the auto login token to pass the ePaper | +| setAPIKey | none | the API key to use the SDK at runtime | +| setToken | none | the auto login token to pass the ePaper | | setDelegate | none | pass the object that will implement the supported method [callbacks](#callbacks) | | setNeedsCloseButton | `NO` | adds a button to the ePaper buttons bar to send to the enclosing app a message to close the ePaper | setNeedsSafeArea | `NO` | delegates to the SDK the handling of the device safe area |