From ae77f1434f496f9a2eea660c790f71b65aab5cb4 Mon Sep 17 00:00:00 2001 From: ctjong Date: Tue, 6 Mar 2018 22:50:57 -0800 Subject: [PATCH] [docs] first run updates --- docs/create-your-first-orion-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-your-first-orion-application.md b/docs/create-your-first-orion-application.md index e21e603..e551788 100644 --- a/docs/create-your-first-orion-application.md +++ b/docs/create-your-first-orion-application.md @@ -46,7 +46,7 @@ } } ``` - Please see the [Configuration Options](configuration-options) page for more configuration options. + Save the above file as **config.js**. Please see the [Configuration Options](configuration-options) page for more configuration options. 4. Set up database tables based on the configuration you created, by running the following command. ```bash $ npx orion setup ./config.js ./setup.sql