Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 4c30af8

Browse files
committed
Merge pull request #4 from strongloop/fixReadme
Updated Readme
2 parents c94c61d + 3620913 commit 4c30af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notes-app-gateway/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,9 @@ Update [`auth-server/server/datasources.json`](sample-configs/step-6/auth-server
544544
Start all three servers:
545545
546546
```
547-
cd resource-server
547+
cd auth-server
548548
slc start
549-
cd ../auth-server
549+
cd ../resource-server
550550
slc start
551551
cd ..
552552
node client
@@ -617,9 +617,9 @@ You should see the following tables in your MySQL database:
617617
Start all three servers:
618618
619619
```
620-
cd resource-server
620+
cd auth-server
621621
slc start
622-
cd ../auth-server
622+
cd ../resource-server
623623
slc start
624624
cd ..
625625
node client

0 commit comments

Comments
 (0)