2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-24 14:04:14 +03:00

Updating README

This commit is contained in:
Matt Zabriskie
2014-09-02 12:41:11 -06:00
parent 00724fdd0b
commit 38ad8fef20
+1 -1
View File
@@ -183,7 +183,7 @@ axios.get('/user/12345')
}
```
## Thanks
## Credits
axios is heavily inspired by the [$http service](https://docs.angularjs.org/api/ng/service/$http) provided in [Angular](https://angularjs.org/). Ultimately axios is an effort to provide a standalone `$http`-like service for use outside of Angular.