From 5c87ce9d59fc97d51fdb38719701181847d5b830 Mon Sep 17 00:00:00 2001 From: David Grayston Date: Wed, 16 Sep 2020 13:34:51 +0100 Subject: [PATCH] NA: Correct Doc Scan demo README --- examples/doc_scan/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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