소스 검색

Update README.md

typo
pull/370/head
AlexeiA 12 년 전
부모
커밋
bc5f135a3d
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 ```js
function loadUser() { function loadUser() {
$.get('template.mst', function(template) { $.get('template.mst', function(template) {
var html = Mustache.render(template, {name: "Luke"});
var rendered = Mustache.render(template, {name: "Luke"});
$('#target').html(rendered); $('#target').html(rendered);
}); });
} }


불러오는 중...
취소
저장