2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Updating example for how to run examples

This commit is contained in:
mzabriskie
2015-09-21 16:21:27 -06:00
parent 9bf29e1c73
commit f18f12250d
+3 -4
View File
@@ -38,9 +38,8 @@ Examples are included in part to allow manual testing.
Running example Running example
```bash ```bash
$ npm install -g http-server $ npm run examples
$ http-server # Open 127.0.0.1:3000
# Open 127.0.0.1:8080/example
``` ```
Running sandbox in browser Running sandbox in browser
@@ -55,4 +54,4 @@ Running sandbox in terminal
```bash ```bash
$ npm start $ npm start
$ node ./sandbox/client $ node ./sandbox/client
``` ```