Skip to content

Commit dbe333f

Browse files
committed
📃 docs: update README
1 parent 79b0375 commit dbe333f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![npm latest][version-img]][pkg-url]
44
[![download month][dl-month-img]][pkg-url]
55
[![download total][dl-total-img]][pkg-url]
6+
[![PRs welcome][pr-img]][pr-url]
7+
[![all contributors][contributors-img]](#contributors)
68
![platforms][platform-img]
79
[![GNU General Public License][license-img]](LICENSE)
810

@@ -203,6 +205,16 @@ The following items were used in this project
203205
- [x] Resolve RN 0.65 warning
204206
- [x] Upgrade to the latest Android OpenVPN library
205207

208+
## Star History
209+
210+
[![star history chart][star-history-img]][star-history-url]
211+
212+
## Contributors
213+
214+
Thanks to all the people who contribute
215+
216+
[![contributors list][contributors-list-img]][contributors-url]
217+
206218
## License
207219

208220
[GPLv2](LICENSE) © Nor Cod
@@ -215,5 +227,12 @@ The following items were used in this project
215227
[version-img]: https://img.shields.io/npm/v/react-native-simple-openvpn?color=deepgreen&style=flat-square
216228
[dl-month-img]: https://img.shields.io/npm/dm/react-native-simple-openvpn?style=flat-square
217229
[dl-total-img]: https://img.shields.io/npm/dt/react-native-simple-openvpn?label=total&style=flat-square
230+
[pr-img]: https://img.shields.io/badge/PRs-welcome-blue.svg?style=flat-square
231+
[pr-url]: https://makeapullrequest.com
232+
[contributors-img]: https://img.shields.io/github/contributors/ccnnde/react-native-simple-openvpn?color=blue&style=flat-square
233+
[contributors-url]: https://github.com/ccnnde/react-native-simple-openvpn/graphs/contributors
234+
[contributors-list-img]: https://contrib.rocks/image?repo=ccnnde/react-native-simple-openvpn
218235
[platform-img]: https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey?style=flat-square
236+
[star-history-img]: https://api.star-history.com/svg?repos=ccnnde/react-native-simple-openvpn&type=Date
237+
[star-history-url]: https://star-history.com/#ccnnde/react-native-simple-openvpn&Date
219238
[license-img]: https://img.shields.io/badge/license-GPL%20v2-orange?style=flat-square

README.zh-CN.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![npm latest][version-img]][pkg-url]
44
[![download month][dl-month-img]][pkg-url]
55
[![download total][dl-total-img]][pkg-url]
6+
[![PRs welcome][pr-img]][pr-url]
7+
[![all contributors][contributors-img]](#contributors)
68
![platforms][platform-img]
79
[![GNU General Public License][license-img]](LICENSE)
810

@@ -198,6 +200,16 @@ export default App;
198200
- Android - [ics-openvpn](https://github.com/schwabe/ics-openvpn) v0.7.33
199201
- iOS - [OpenVPNAdapter](https://github.com/ss-abramchuk/OpenVPNAdapter) v0.8.0
200202

203+
## Star History
204+
205+
[![star history chart][star-history-img]][star-history-url]
206+
207+
## Contributors
208+
209+
感谢以下所有做出贡献的人
210+
211+
[![contributors list][contributors-list-img]][contributors-url]
212+
201213
## License
202214

203215
[GPLv2](LICENSE) © Nor Cod
@@ -210,5 +222,12 @@ export default App;
210222
[version-img]: https://img.shields.io/npm/v/react-native-simple-openvpn?color=deepgreen&style=flat-square
211223
[dl-month-img]: https://img.shields.io/npm/dm/react-native-simple-openvpn?style=flat-square
212224
[dl-total-img]: https://img.shields.io/npm/dt/react-native-simple-openvpn?label=total&style=flat-square
225+
[pr-img]: https://img.shields.io/badge/PRs-welcome-blue.svg?style=flat-square
226+
[pr-url]: https://makeapullrequest.com
227+
[contributors-img]: https://img.shields.io/github/contributors/ccnnde/react-native-simple-openvpn?color=blue&style=flat-square
228+
[contributors-url]: https://github.com/ccnnde/react-native-simple-openvpn/graphs/contributors
229+
[contributors-list-img]: https://contrib.rocks/image?repo=ccnnde/react-native-simple-openvpn
213230
[platform-img]: https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey?style=flat-square
231+
[star-history-img]: https://api.star-history.com/svg?repos=ccnnde/react-native-simple-openvpn&type=Date
232+
[star-history-url]: https://star-history.com/#ccnnde/react-native-simple-openvpn&Date
214233
[license-img]: https://img.shields.io/badge/license-GPL%20v2-orange?style=flat-square

0 commit comments

Comments
 (0)