diff --git a/README.md b/README.md index 56ffc63a9c..07dd7040ee 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,8 @@ the verification modal to open --> - +verification component will be mounted. --> +
``` ### 3. SDK init code @@ -175,7 +173,7 @@ A breakdown of the options and methods available to the SDK. - **`containerId {String} optional`** - A string of the ID of the container element that the UI will mount to. This needs to be an empty element, and should be set to `display: none`. This defaults to `onfido-mount`. + A string of the ID of the container element that the UI will mount to. This needs to be an empty element. The default ID is `onfido-mount`. - **`onReady {Function} optional`**