From 872bdbd3439178eff82171c999717b517ce81188 Mon Sep 17 00:00:00 2001 From: Erick Delfin Date: Sun, 30 Oct 2016 02:21:41 -0700 Subject: [PATCH] docs(README.md): mention "Pug" (Jade's new name) Closes #15338 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2bea0f9..bc3b9554a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ AngularJS [![Build Status](https://travis-ci.org/angular/angular.js.svg?branch=m ========= AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you -use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s +use good old HTML (or HAML, Jade/Pug and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding. To help you structure your application better and make it easy to test, AngularJS teaches