Update README

This commit is contained in:
Nikita Karamov 2023-12-07 16:54:28 +01:00
parent 3640a8e05d
commit da8bcdf609
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 2 additions and 1 deletions

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, or `print` for the 'Print' button):
```html
<div class="shareon">
@ -111,6 +111,7 @@ names of which match the names of the social networks (or `copy-url`, for the
<a class="whatsapp"></a>
<a class="copy-url"></a>
<a class="email"></a>
<a class="print"></a>
</div>
```