Skip to content

Commit

Permalink
Update the README.md to show the latest CDN version
Browse files Browse the repository at this point in the history
  • Loading branch information
GENL committed Dec 8, 2024
1 parent 505d410 commit 69c30df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
rnpm: ## Release the package and publish on npm
rnpm: ## Release the package and publish on npm -- DEPRECATED
release-it --dry-run

publish: # publish on npm publish package on NPM.
npm publish

test-front:
yarn test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ npm install matice
or load it from a CDN:
```html
<!-- Load the Matice translation object first -->
<script src="https://unpkg.com/matice@1.1.x/dist/matice.min.js" defer></script>
<script src="https://unpkg.com/matice@latest/dist/matice.min.js" defer></script>
```

* Note that the JavaScript package only contains the translations logic. You have to generate your translations file and make
Expand Down

0 comments on commit 69c30df

Please sign in to comment.