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 |