Преглед изворни кода

Correct mistake in the readme

I've corrected the wrong variable name.
tags/v1.0.0
Kirill Maltsev пре 12 година
родитељ
комит
a7837898c7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      README.md

+ 1
- 1
README.md Прегледај датотеку

@@ -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);
});
}


Loading…
Откажи
Сачувај