Skip to content

Commit

Permalink
Merge pull request #133 from MicheleBertoli/unexpected-token
Browse files Browse the repository at this point in the history
Fixed: `Unexpected token` error running the example code
  • Loading branch information
staltz committed Jun 15, 2015
2 parents faac45a + 9dc6d2c commit 6d08e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ function main(drivers) {
h('hr'),
h('h1', 'Hello ' + name)
])
);
)
};
}

Expand Down

0 comments on commit 6d08e85

Please sign in to comment.