From 23c4dfcf559be56e9370fe98206c87ef156c661e Mon Sep 17 00:00:00 2001 From: Carlos Romel Pereira da Silva Date: Wed, 5 Apr 2017 12:56:59 -0300 Subject: [PATCH] Update README.md --- examples/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index fc3449d..c56044b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,8 @@ To run the examples: 1. `git clone https://github.com/mzabriskie/axios.git` -2. `npm install` -3. `grunt build` -4. `npm run examples` -5. [http://localhost:3000](http://localhost:3000) +2. `cd axios` +3. `npm install` +4. `grunt build` +5. `npm run examples` +6. [http://localhost:3000](http://localhost:3000)