Skip to content

Commit 4c06b72

Browse files
update readme : adding cdn link
1 parent 6fd6f02 commit 4c06b72

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,16 @@ React Dynamic Tabs with full API
7676

7777
## Installation
7878

79-
```js
80-
$ npm install react-dyn-tabs --save
81-
```
79+
> $ npm install react-dyn-tabs --save
8280
8381
or
8482

83+
> $ yarn add react-dyn-tabs
84+
85+
If you need to directly include script in your html, use the following link :
86+
8587
```js
86-
$ yarn add react-dyn-tabs
88+
<script src="https://unpkg.com/react-dyn-tabs@latest/dist/react-dyn-tabs.umd.min.js"></script>
8789
```
8890

8991
## Syntax

0 commit comments

Comments
 (0)