diff --git a/README.md b/README.md index 31acdef..d3da618 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ var listObj = { tag: 'ul' }; listObj.attrs = { class: 'list' }; listObj.content = ['one', 'two', 'three'].map(function(text) { return { tag: 'li', content: text }}); -clonsole.log(render(listObj/*, options */)); +console.log(render(listObj/*, options */)); //