From d28b91a3473f713751ff5594d4ac8f1b98500b29 Mon Sep 17 00:00:00 2001 From: Daniel Zhao Date: Tue, 18 Dec 2018 10:14:02 -0500 Subject: [PATCH] fix instructions in Readme.md #155 --- oauth2-console/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2-console/README.md b/oauth2-console/README.md index 275d185d..b7622d77 100755 --- a/oauth2-console/README.md +++ b/oauth2-console/README.md @@ -12,7 +12,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo 2. Install dependencies ``` - cd light-oauth2 + cd light-oauth2/oauth2-console npm install ```