We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd6f02 commit 4c06b72Copy full SHA for 4c06b72
README.md
@@ -76,14 +76,16 @@ React Dynamic Tabs with full API
76
77
## Installation
78
79
-```js
80
-$ npm install react-dyn-tabs --save
81
-```
+> $ npm install react-dyn-tabs --save
82
83
or
84
+> $ yarn add react-dyn-tabs
+
85
+If you need to directly include script in your html, use the following link :
86
87
```js
-$ yarn add react-dyn-tabs
88
+<script src="https://unpkg.com/react-dyn-tabs@latest/dist/react-dyn-tabs.umd.min.js"></script>
89
```
90
91
## Syntax
0 commit comments