Sfoglia il codice sorgente

Update README.md

I forgot to add the require
pull/778/head
Nate Sire GitHub 5 anni fa
parent
commit
e8cc96589f
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      README.md

+ 2
- 0
README.md Vedi File

@@ -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 () {


Loading…
Annulla
Salva