소스 검색
Update README.md
I forgot to add the require
pull/778/head
Nate Sire
GitHub
5 년 전
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
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 () { |
|
|
|
|