Kaynağa Gözat
Update README.md
I forgot to add the require
pull/778/head
Nate Sire
GitHub
5 yıl önce
ebeveyn
işleme
e8cc96589f
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
2 ekleme ve
0 silme
-
README.md
|
|
|
@@ -37,6 +37,8 @@ $ npm install mustache --save |
|
|
|
Below is a quick example how to use mustache.js: |
|
|
|
|
|
|
|
```js |
|
|
|
var Mustache = require('mustache'); |
|
|
|
|
|
|
|
var view = { |
|
|
|
title: "Joe", |
|
|
|
calc: function () { |
|
|
|
|