From 671ea121a722a353996a6bf1991dac258b7ea096 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Wed, 20 Mar 2024 19:48:26 +0530 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 57c7732..081e649 100644 --- a/README.md +++ b/README.md @@ -48,19 +48,22 @@ A React UI library for Advance Web Features that streamlines the development of ## Installation Install `fe-pilot` package using any package manager - -```sh -# with Yarn -$ yarn add fe-pilot - -# with npm -$ npm i fe-pilot --save - -# with pnpm -$ pnpm add fe-pilot -# with Bun -$ bun add fe-pilot +###### 1. Package Manager yarn +```sh +yarn add fe-pilot +``` +###### 2. Package Manager npm +```sh +npm i fe-pilot --save +``` +###### 3. Package Manager pnpm +```sh +pnpm add fe-pilot +``` +###### 4. Package Manager bun +```sh +bun add fe-pilot ``` ## Usage @@ -94,15 +97,17 @@ import Share from 'fe-pilot/Share'; 1. https://6jpxdq.csb.app/ 2. https://fepilot-qhym--5173--810981ba.local-credentialless.webcontainer.io/ +
+ +> [!IMPORTANT] +> Play around links has better support in your actual Mobile Device.
## Contributing - Feel like contributing? Most welcome! [Setup locally](./.github/SETUP.md) to get fe-pilot working on your local machine and [guide lines](./.github/CONTRIBUTING.md) to contribute in fe-pilot. - ## Contributors Thanks goes to these wonderful people @@ -176,6 +181,9 @@ Thanks goes to these wonderful people +> [!TIP] +> After your contribution your name will be added in Contributors List. + ## License