Skip to content

Commit

Permalink
changes Table of contents in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 26, 2024
1 parent a2a99a3 commit 2d753c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A React UI library for Advance Web Features that streamlines the development of
2. 📦 [Installation](#installation)
3. 💻 [Usage](#usage)
4. 📚 [Online Editor Templates](#online-editor-templates)
5. 🔦 [Plug and Play](#plug-and-play-around-the-features-and-component)
5. 📽️ [Demo](#demo-the-features-and-component)
6. 📝 [Contributing](#contributing)
7.[Contributors](#contributors)
8. ⚖️ [License](#license)
Expand Down Expand Up @@ -108,9 +108,8 @@ import Share from 'fe-pilot/Share';
<!-- - purple -->
<br />

## Plug and Play around the features and component
## Demo the features and component
1. https://6jpxdq.csb.app/
2. https://fepilot-qhym--5173--810981ba.local-credentialless.webcontainer.io/
> [!IMPORTANT]
> Play around links have better support in your actual Mobile Device.
Expand Down
4 changes: 2 additions & 2 deletions .github/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ npm install
npm start
```

#### 2. Open terminal and Go to any ```working react application``` in your system, where you want to ```implement FE-Theme```
#### 2. Open terminal and Go to any ```working react application``` in your system, where you want to ```implement FE-Pilot```

```js
npm link {PATH}/fe-pilot/
```
&nbsp;&nbsp;**Note:** PATH is the location of cloned fe-pilot folder


#### 3. Pass theme config to ThemeProvider
#### 3. Import the component and use it
```js
import PhoneBook from 'fe-pilot/PhoneBook';
import Share from 'fe-pilot/Share';
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A React UI library for Advance Web Features that streamlines the development of
2. 📦 [Installation](#installation)
3. 💻 [Usage](#usage)
4. 📚 [Online Editor Templates](#online-editor-templates)
5. 🔦 [Plug and Play](#plug-and-play-around-the-features-and-component)
5. 📽️ [Demo](#demo-the-features-and-component)
6. 📝 [Contributing](#contributing)
7.[Contributors](#contributors)
8. ⚖️ [License](#license)
Expand Down Expand Up @@ -108,7 +108,7 @@ import Share from 'fe-pilot/Share';

<br />

## Plug and Play around the features and component
## Demo the features and component

1. https://6jpxdq.csb.app/
2. https://fepilot-qhym--5173--810981ba.local-credentialless.webcontainer.io/
Expand Down

0 comments on commit 2d753c7

Please sign in to comment.