Skip to content

Commit

Permalink
fix: Update README and push it to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Apr 9, 2017
1 parent eb315c8 commit f560adf
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 @@ -14,7 +14,7 @@ npm install --save github-embed babel-polyfill
```

```js
require("babel-polyfill");
require('babel-polyfill');
const githubEmbed = require('github-embed');
githubEmbed('.element', settings);
```
Expand Down

0 comments on commit f560adf

Please sign in to comment.