Skip to content

Commit

Permalink
docs(readme): fix typo (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester authored and joshwiens committed Aug 12, 2017
1 parent 57e171f commit ce53bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ style.className === "z849f98ca812"

### `Url`

It's also possible to add a URL `<link href="path/to/file.css" rel="stylesheet">` instead of a inlining the CSS `{String}` with `<style></style>` tag.
It's also possible to add a URL `<link href="path/to/file.css" rel="stylesheet">` instead of inlining the CSS `{String}` with `<style></style>` tag.

```js
import url from 'file.css'
Expand Down

0 comments on commit ce53bd9

Please sign in to comment.