diff --git a/examples/doc_scan/README.md b/examples/doc_scan/README.md index 860f94e5..4b7b2f6a 100644 --- a/examples/doc_scan/README.md +++ b/examples/doc_scan/README.md @@ -3,7 +3,7 @@ 1. Create your application in the [Yoti Hub](https://hub.yoti.com) 1. Set the application domain of your app to `localhost:3002` 1. Rename the [.env.example](.env.example) file to `.env` -1. Fill in the environment variables in this file with the ones specific to your application (mentioned in the [Configuration](#configuration) section) +1. Fill in the environment variables in this file with the ones specific to your application, generated in the Yoti Hub when you create (and then publish) your application 1. Install the dependencies by running the following commands from this folder ```shell $ bundle install