Skip to content

Commit cace5eb

Browse files
authored
Update README.md
1 parent af2e5df commit cace5eb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@
2121

2222
- So To Get Started Using Functionalty.js Library,<br />
2323
You Have To Install It By npm
24-
```cmd
24+
```sh
2525
npm install functionality.js
2626
```
27-
- Or You Can Install it By CDN In Your HTML File
27+
- Or You Can Install it By yarn In Your HTML File
28+
29+
```sh
30+
yarn add functionality.js
31+
```
32+
33+
- Or Even You Can Get it By CDN
2834

2935
```html
3036
<script src="https://cdn.jsdelivr.net/npm/functionality.js@latest/dist/functionality.min.js"></script>

0 commit comments

Comments
 (0)