From 38ad8fef20ee5807698ffb3e0cefabfc3e122f6a Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Tue, 2 Sep 2014 12:41:11 -0600 Subject: [PATCH] Updating README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.