diff --git a/README.md b/README.md index 3e8e4c3..e6fe4c8 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ classes match the names of social networks: - - - - + + + + ``` diff --git a/docs/index.html b/docs/index.html index 16438bf..417853f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -106,6 +106,7 @@

or install it via NPM use it in a JS file that you will later bundle:

require('shareon');
+
import 'shareon';
@@ -133,20 +134,20 @@ <a class="messenger"></a> <a class="odnoklassniki"></a> <a class="pinterest"></a> - <a class="telegram"></a> - <a class="twitter"></a> - <a class="vkontakte"></a> - <a class="whatsapp"></a> + <button class="telegram"></button> + <button class="twitter"></button> + <button class="vkontakte"></button> + <button class="whatsapp"></button> </div>
- - - - + + + +