Skip to content

Commit

Permalink
Update README with working code
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Apr 24, 2020
1 parent b3a7336 commit 8106e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const beautify = require('simply-beautiful');
### Install via CDN
Install with CDN if you plan to use Simply Beautiful only in a browser environment.
```html
<script src="https://cdn.jsdelivr.net/npm/simply-beautiful"></script>
<script src="https://cdn.jsdelivr.net/npm/simply-beautiful@latest"></script>
<script type="text/javascript">
var beautify = SimplyBeautiful(); // The script above exposes the global variable 'SimplyBeautiful'
</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simply-beautiful",
"version": "0.2.5",
"version": "0.2.6",
"description": "Beautify HTML, JS, CSS, and JSON in the browser or in Node.js!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8106e7d

Please sign in to comment.