From 4877016bc1a4324c6ab1e5bb338e0dca98e22e16 Mon Sep 17 00:00:00 2001 From: Eric Tsai Date: Mon, 23 Sep 2019 17:31:55 +0800 Subject: [PATCH] fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99225f7..a69d298 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Usage ## at the target app, not this Orbit module(Rails Engine) -* create project\_root\/config\/initializers\/ntnu\_sybase\_config.rb with following content: +* create project\_root/config/initializers/ntnu\_sybase\_config.rb with following content: + ```ruby ENV['USER_NAME'] = 'database user name' ENV['PASSWORD'] = 'database password'