Skip to content

Commit

Permalink
Rebuild and bump README
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Apr 28, 2024
1 parent e3c12ef commit 82451ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const translitbg = require('translitbg').default
Add to a web page:

```html
<script src="https://cdn.jsdelivr.net/npm/translitbg@1.3.1/build/translitbg.js"></script>
<script src="https://cdn.jsdelivr.net/npm/translitbg@2.0.0/build/translitbg.js"></script>
```

Usage:
Expand Down
4 changes: 2 additions & 2 deletions build/translitbg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bugs": {
"url": "https://github.com/petarov/translitbg.js/issues"
},
"homepage": "https://www.npmjs.com/package/translitbg",
"homepage": "https://github.com/petarov/translitbg.js#readme",
"devDependencies": {
"chai": "^4.2.0",
"gulp": "^5.0.0",
Expand Down

0 comments on commit 82451ae

Please sign in to comment.