diff --git a/README.md b/README.md index 733663a..644e93a 100644 --- a/README.md +++ b/README.md @@ -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.