Skip to content

Commit

Permalink
Merge pull request #52 from moreJs/fix-readme
Browse files Browse the repository at this point in the history
fix:readme
  • Loading branch information
dominictarr committed Jun 14, 2016
2 parents 9a84a6f + a16d070 commit 68706db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ or as a string

``` js
var h = require('hyperscript')
h('h1.fun', {style: 'font-family: Comic Sans MS'}}, 'Happy Birthday!')
h('h1.fun', {style: 'font-family: Comic Sans MS'}, 'Happy Birthday!')
```

You may pass in attributes in multiple positions, it's no problem!
Expand Down

0 comments on commit 68706db

Please sign in to comment.