From 20e8b6bc8c27f368ab48241dc14b89bc768ff5f1 Mon Sep 17 00:00:00 2001 From: HyperLifelll9 <1838491745@qq.com> Date: Tue, 12 Oct 2021 16:06:11 +0800 Subject: [PATCH] chore(docs): rename Angular to AngularJS (#4114) * chore(docs): rename Angular to AngularJS As we all know, Angular and AngularJS are separate, and now we often say Angular refers to Angular2+. * Update README.md Co-authored-by: Jay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f1635d..8ce1609 100755 --- a/README.md +++ b/README.md @@ -885,7 +885,7 @@ You can use Gitpod an online IDE(which is free for Open Source) for contributing ## 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. +axios is heavily inspired by the [$http service](https://docs.angularjs.org/api/ng/service/$http) provided in [AngularJS](https://angularjs.org/). Ultimately axios is an effort to provide a standalone `$http`-like service for use outside of AngularJS. ## License