Skip to content

Commit

Permalink
Merge pull request #1552 from roelandmoors/fix/deno-example
Browse files Browse the repository at this point in the history
Fix import url for Deno example
  • Loading branch information
ai committed Apr 6, 2021
2 parents a0a2d39 + 5166c37 commit 0a839c9
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 @@ -380,7 +380,7 @@ PostCSS also supports [Deno]:

```js
import postcss from 'https://deno.land/x/postcss/mod.js'
import autoprefixer from 'https://dev.jspm.io/autoprefixer'
import autoprefixer from 'https://jspm.dev/autoprefixer'

const result = await postcss([autoprefixer]).process(css)
```
Expand Down

0 comments on commit 0a839c9

Please sign in to comment.