Skip to content

Commit

Permalink
Merge pull request #177 from DanielRuf/patch-readme-constant
Browse files Browse the repository at this point in the history
fix constant name
  • Loading branch information
Illyism committed Mar 18, 2018
2 parents d8a29b4 + 3271603 commit be52c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,8 +29,8 @@ npm i -D purify-css
```

```javascript
import purifycss from "purify-css"
const purifycss = require("purify-css")
import purify from "purify-css"
const purify = require("purify-css")

let content = ""
let css = ""
Expand Down

0 comments on commit be52c1c

Please sign in to comment.