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 e119ce6 commit f342680Copy full SHA for f342680
README.md
@@ -2,7 +2,7 @@
2
3
Simple social buttons for your site.
4
5
-### [Demo](https://wcoder.github.io/share-buttons/)
+## [Demo](https://wcoder.github.io/share-buttons/)
6
7
## Browser support
8
@@ -16,10 +16,16 @@ Simple social buttons for your site.
16
17
## Install
18
19
-Include `share-buttons.js` in the end of page:
+NPM:
20
+
21
+```sh
22
+npm i share-buttons
23
+```
24
25
+include `share-buttons.js` in the end of page:
26
27
``` html
-<script src="../dist/share-buttons.js"></script>
28
+<script src="<path>/dist/share-buttons.js"></script>
29
```
30
31
Paste this html on the page:
0 commit comments