1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-08 07:38:52 +01:00

Update README

This commit is contained in:
Nikita Karamov 2023-12-07 00:07:24 +01:00
parent 29e14cddf2
commit 90eb6d92c5
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD

View File

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