Skip to content

Commit

Permalink
Merge pull request #459 from Aspedm/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
abea committed Jan 26, 2021
2 parents b77e1d9 + dafee4f commit bff6d9f
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 @@ -42,7 +42,7 @@ But, perhaps you'd like to display sanitized HTML immediately in the browser for
* Run npm install and:

```bash
npm install sanitize-html # yarn install sanitize-html
npm install sanitize-html # yarn add sanitize-html
```

The primary change in the 2.x version of sanitize-html is that it no longer includes a build that is ready for browser use. Developers are expected to include sanitize-html in their project builds (e.g., webpack) as they would any other dependency. So while sanitize-html is no longer ready to link to directly in HTML, developers can now more easily process it according to their needs.
Expand Down

0 comments on commit bff6d9f

Please sign in to comment.