Update README

pull/50/head
Nikita Karamov 2023-03-20 19:21:42 +01:00
parent 2378f55de5
commit 45d5c12442
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,8 @@ Shareon.init();
## Usage ## Usage
Create a container with class `shareon` and populate it with elements, class Create a container with class `shareon` and populate it with elements, class
names of which match the names of the social networks: names of which match the names of the social networks (or `copy-url`, for the
'Copy URL' button:
```html ```html
<div class="shareon"> <div class="shareon">
@ -106,6 +107,7 @@ names of which match the names of the social networks:
<a class="viber"></a> <a class="viber"></a>
<a class="vkontakte"></a> <a class="vkontakte"></a>
<a class="whatsapp"></a> <a class="whatsapp"></a>
<a class="copy-url"></a>
</div> </div>
``` ```