Przeglądaj źródła

Correct mistake in the readme

I've corrected the wrong variable name.
tags/v1.0.0
Kirill Maltsev 12 lat temu
rodzic
commit
a7837898c7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      README.md

+ 1
- 1
README.md Wyświetl plik

@@ -74,7 +74,7 @@ If your templates reside in individual files, you can load them asynchronously a
```js
function loadUser() {
$.get('template.mst', function(template) {
var html = Mustache.render(template, {name: "Luke"});
var rendered = Mustache.render(template, {name: "Luke"});
$('#target').html(rendered);
});
}


Ładowanie…
Anuluj
Zapisz