From 8d3c088c700c85ed3dc5d56321e2c2712129a0ab Mon Sep 17 00:00:00 2001 From: Erick Delfin Date: Sun, 30 Oct 2016 02:21:41 -0700 Subject: [PATCH] docs(README.md): added Pug name Added /Pug instead of "Jade" rename. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2bea0f9135..bc3b9554a61c 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