From 9e913e1ba8230213925726a7e74b542b8c6a7921 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Thu, 23 Mar 2017 15:52:05 -0400 Subject: [PATCH] Use correct names for both versions (#919) the latest version of angular prefers to just be called `angular`, as the version increases every 6 months, while the original one remains with `JS` appended --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3d60505..839111c 100644 --- a/readme.md +++ b/readme.md @@ -161,8 +161,8 @@ - [Relay](https://github.com/expede/awesome-relay) - Framework for building data-driven React apps. - [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way) - [Polymer](https://github.com/Granze/awesome-polymer) -- [Angular 2](https://github.com/AngularClass/awesome-angular2) - App framework. -- [Angular](https://github.com/gianarb/awesome-angularjs) - App framework. +- [Angular](https://github.com/AngularClass/awesome-angular) - App framework. +- [AngularJS](https://github.com/gianarb/awesome-angularjs) - App framework. - [Backbone](https://github.com/sadcitizen/awesome-backbone) - App framework. - [HTML5](https://github.com/diegocard/awesome-html5) - [SVG](https://github.com/willianjusten/awesome-svg)