From 21afb61c191072096fdfa362b2f5dc13c58f8630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20Nyga=CC=8Ard?= Date: Sun, 19 Nov 2023 10:37:19 +0200 Subject: [PATCH] update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 549e27e8..99a96e13 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ ![Share buttons screenshot](example.png) -### Features +## Install + +```shell +npm install react-share +``` + +## Features - no external script loading, i.e. no dependencies on SDKs - supports tree shaking with ES modules @@ -45,7 +51,7 @@ - social media icons included in the library - supports also custom icons -#### Demo +## Demo - [Deployed demo](https://npm-react-share-demo.netlify.app) (from [`./demo`](./demo/)) @@ -53,12 +59,6 @@ - Locally: clone the repository and run `npm install && npm run demo`. -## Install - -```shell -npm install react-share -``` - ## React compatibility | Version | Compatible React versions |