Skip to content

Commit

Permalink
fix(read.md): changes in readme.md authors and security
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 18, 2024
1 parent 29815f9 commit 60faccf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Himanshu Gupta <opensrc.0@gmail.com>
Ghanshyam KD <gk.dobariya@gmail.com>
Hardik Jain <29hdkjain@gmail.com>
Himanshu Gupta <opensrc0@gmail.com>
Hardik Jain <29hdkjain@gmail.com>
Ghanshyam KD <gk.dobariya@gmail.com>
6 changes: 3 additions & 3 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ major version.

| Version | Supported |
| ------- | ------------------ |
| 2.0.x | :white_check_mark: |
| < 2.0 | :x: |
| 1.1.x | :white_check_mark: |
| < 1.1.0 | :x: |

## Reporting a Vulnerability

If you find a vulnerability, please contact **opensrc.0@gmail.com**,
If you find a vulnerability, please contact **opensrc0@gmail.com**,
do not disclose the vulnerability on the public issue tracker.

Alternatively, visit https://tidelift.com/security
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ $ bun add fe-pilot

#### 1. Use fe-pilot in your application
```js
import Scanner from 'fe-pilot/Scanner';
import Share from 'fe-pilot/Share';

<Scanner />
<Share
name={'fe-pilot'}
title={'A React library for advance JS features'}
url={'https://www.npmjs.com/package/fe-pilot'}
/>
```


Expand Down Expand Up @@ -102,14 +106,6 @@ Thanks goes to these wonderful people
<sub><b>Himanshu Gupta</b></sub>
</a>
<br />
</td>
<td align="center" valign="top" width="14.28%">
<a target="_blank" href="https://github.com/Ghanshyam-K-Dobariya">
<img src="https://avatars.githubusercontent.com/u/5426993?s=400" width="64px;" alt="Ghanshyam KD" />
<br />
<sub><b>Ghanshyam KD</b></sub>
</a>
<br />
</td>
<td align="center" valign="top" width="14.28%">
<a target="_blank" href="https://github.com/hardikjain29">
Expand All @@ -118,6 +114,14 @@ Thanks goes to these wonderful people
<sub><b>Hardik Jain</b></sub>
</a>
<br />
</td>
<td align="center" valign="top" width="14.28%">
<a target="_blank" href="https://github.com/Ghanshyam-K-Dobariya">
<img src="https://avatars.githubusercontent.com/u/5426993?s=400" width="64px;" alt="Ghanshyam KD" />
<br />
<sub><b>Ghanshyam KD</b></sub>
</a>
<br />
</td>
<td align="center" valign="top" width="14.28%">
<a target="_blank" href="https://github.com/semantic-release-bot">
Expand Down

0 comments on commit 60faccf

Please sign in to comment.