Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lsm/micromono
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Aug 8, 2015
2 parents 6eafb00 + 528ffc8 commit d528107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ First, run `account` service by:

DEBUG=micromono* node account/index.js

Second, do the same thing for `home` service:
Then, do the same thing for `home` service in second terminal:

DEBUG=micromono* node home/index.js

Finally, run our server to start serving requests:
Finally, run our server to start serving requests in the thrid terminal:

DEBUG=micromono* node server/server.js

Expand Down

0 comments on commit d528107

Please sign in to comment.