docs(README.md): mention "Pug" (Jade's new name)

Closes #15338
This commit is contained in:
Erick Delfin
2016-10-30 02:21:41 -07:00
committed by Georgios Kalpakas
parent f1e677895e
commit 872bdbd343
+1 -1
View File
@@ -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 HTMLs
use good old HTML (or HAML, Jade/Pug and friends!) as your template language and lets you extend HTMLs
syntax to express your applications 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