-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a103e13
commit 9691e6e
Showing
4 changed files
with
33 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,10 @@ npm i trig-js | |
|
||
Use Trig.js from a CDN | ||
``` | ||
https://cdn.jsdelivr.net/npm/[email protected].2/dist/trig.js | ||
https://cdn.jsdelivr.net/npm/[email protected].3/dist/trig.js | ||
``` | ||
``` | ||
https://unpkg.com/[email protected].2/dist/trig.js | ||
https://unpkg.com/[email protected].3/dist/trig.js | ||
``` | ||
|
||
# What is Trig.js? | ||
|
@@ -58,10 +58,10 @@ All you need to do is add the dist trig.js file into your projects JS folder and | |
|
||
Or just add one of the below CDN instead | ||
``` | ||
<script src="https://unpkg.com/[email protected].2/dist/trig.js"></script> | ||
<script src="https://unpkg.com/[email protected].3/dist/trig.js"></script> | ||
``` | ||
``` | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/trig.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/trig.js"></script> | ||
``` | ||
|
||
# How To Use? | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -203,10 +203,10 @@ <h2>How To Install?</h2> | |
</pre> | ||
<p>Or just add one of the below CDN instead</p> | ||
<pre> | ||
<script src="https://unpkg.com/[email protected].2/dist/trig.js"></script> | ||
<script src="https://unpkg.com/[email protected].3/dist/trig.js"></script> | ||
</pre> | ||
<pre> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/trig.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/trig.js"></script> | ||
</pre> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters