Skip to content

Commit

Permalink
fix README example code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Baumgart committed Aug 30, 2012
1 parent 60575cd commit ec90445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -134,7 +134,7 @@ For integration testing, you'll want to define mocks before loading the bundle b

<script>
window.jsbundleMocks = {
'some-module-name.js', { my: 'mock module.exports object' }
'some-module-name.js': { my: 'mock module.exports object' }
};
</script>
<script src="/path/to/my/bundle.js"></script>
Expand Down

0 comments on commit ec90445

Please sign in to comment.