Skip to content

Commit

Permalink
[amp] README syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbox committed Jan 27, 2017
1 parent b5f173a commit 1d0b7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,12 +29,12 @@ Interface to use [react-with-styles][react-with-styles] with [Aphrodite][aphrodi

## Import

```
```js
import aphroditeInterface from 'react-with-styles-interface-aphrodite';
```

or when you need to [disable `!important`](https://github.com/Khan/aphrodite#disabling-important):

```
```js
import aphroditeInterface from 'react-with-styles-interface-aphrodite/no-important';
```

0 comments on commit 1d0b7ee

Please sign in to comment.