Skip to content

Commit

Permalink
Merge pull request #33 from my8bit/master
Browse files Browse the repository at this point in the history
minor fix -  wrong bracket types
  • Loading branch information
Ronald Holshausen committed Jan 10, 2013
2 parents dc5bd40 + d1336b9 commit aa2a787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -41,7 +41,7 @@ Thanks to following people who have contributed: [translated](https://github.com
* The HAML can either be passed in as a String, as in:

```javascript
var fn = haml.compileHaml({source: "%h1\n %div\n %p\n %span'});
var fn = haml.compileHaml({source: "%h1\n %div\n %p\n %span"});
var html = fn();
```

Expand Down

0 comments on commit aa2a787

Please sign in to comment.