Skip to content

Commit

Permalink
Merge pull request remy#44 from bronzehedwick/patch-1
Browse files Browse the repository at this point in the history
Add syntax highlighting to readme code snippets
  • Loading branch information
remy committed Jan 14, 2016
2 parents 768ce35 + 35f0039 commit afeef96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ component install remy/polyfills

If you'd like to include all polyfills (except device motion), you can just:

```
```javascript
require( 'polyfills' );
```

If you'd only like a specific polyfill, you can require indivual ones like this:

```
```javascript
require( 'polyfills/classList' );

// now we can use classList in lots of browsers!
Expand Down

0 comments on commit afeef96

Please sign in to comment.