2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

chore(docs): fix outdated grunt to npm scripts (#6073)

This commit is contained in:
Ng Choon Khon (CK)
2023-11-15 03:54:58 +08:00
committed by GitHub
parent a2b0fb314f
commit bfa9c30523
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ To run the examples:
1. `git clone https://github.com/axios/axios.git`
2. `cd axios`
3. `npm install`
4. `grunt build`
4. `npm run build`
5. `npm run examples`
6. [http://localhost:3000](http://localhost:3000)