From a5dbe25e3dfd412a8b85eb1ee29990d25eba9a27 Mon Sep 17 00:00:00 2001 From: qiyi <30937518+qiyigg@users.noreply.github.com> Date: Tue, 13 Feb 2018 09:28:34 -0800 Subject: [PATCH] Revert "Changes "Angular" to "Angular 2" (#4683)" (#4705) This reverts commit 9027274ba66f869bc3269eaf268247eaaaa7d3df. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d54f179..a16b88c54 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Compatibility Protractor 5 is compatible with nodejs v6 and newer. -Protractor works with AngularJS versions greater than 1.0.6/1.1.4, and is compatible with Angular applications. Note that for Angular 2 apps, the `binding` and `model` locators are not supported. We recommend using `by.css`. +Protractor works with AngularJS versions greater than 1.0.6/1.1.4, and is compatible with Angular applications. Note that for Angular apps, the `binding` and `model` locators are not supported. We recommend using `by.css`. Getting Started