Permalink
Browse files
docs(README.md): mention "Pug" (Jade's new name)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
README.md
|
|
@@ -2,7 +2,7 @@ AngularJS [ 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 |
|
|
|