diff --git a/README.md b/README.md index d869879..27a96b9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # shareon -Postal Horn emoji +Postal Horn emoji Lightweight, stylish and ethical share buttons. @@ -12,6 +8,32 @@ Lightweight, stylish and ethical share buttons. - **Stylish.** Uses official vector logos and colors. - **Ethical.** No tracking code is being embedded. +shareon example + +---- +Observe the live demo here: [os.karamoff.dev/shareon](https://os.karamoff.dev/shareon) + +## Install + +Include the link to shareon's JS and CSS in your website: + +```html + + +``` + +or install it via NPM use it in a JS file that you will bundle: + +```sh +npm install shareon +# or +yarn add shareon +``` + +```js +require('shareon'); +``` + shareon example ```html diff --git a/docs/screen01@2x.png b/docs/screen01@2x.png new file mode 100644 index 0000000..c7459b8 Binary files /dev/null and b/docs/screen01@2x.png differ