Skip to content

Commit 9817207

Browse files
committed
📃 docs: update README and preview
1 parent fa089e4 commit 9817207

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/images/openvpn-android.gif

978 KB
Loading

.github/images/openvpn-ios.gif

1.32 MB
Loading

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ If this project has helped you out, please support us with a star 🌟
1414

1515
## Versions
1616

17-
| RNSimpleOpenvpn | React Native |
18-
| --------------- | ------------ |
19-
| 1.0.0 ~ 1.2.0 | 0.56 ~ 0.66 |
20-
| 2.0.0 | 0.63 ~ 0.68 |
17+
| RNSimpleOpenvpn | React Native |
18+
| --------------- | ------------- |
19+
| `1.0.0 ~ 1.2.0` | `0.56 ~ 0.66` |
20+
| `>= 2.0.0` | `>= 0.63` |
2121

2222
## Preview
2323

@@ -60,7 +60,7 @@ include ':app'
6060

6161
#### Import jniLibs
6262

63-
Due to file size limitations, jniLibs are too big to be published on npm. Use the assets on [GitHub Releases](https://github.com/ccnnde/react-native-simple-openvpn/releases) instead
63+
Due to file size limitations, jniLibs are too big to be published on npm. Use the assets on [GitHub Releases](https://github.com/ccnnde/react-native-simple-openvpn/releases/tag/v2.0.0) instead
6464

6565
Download and unzip the resources you need for the corresponding architecture, and put them in `android/app/src/main/jniLibs` (create a new `jniLibs` folder if you don't have one)
6666

README.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ react-native-simple-openvpn 提供了与 OpenVPN 交互的接口
1414

1515
## 版本
1616

17-
| RNSimpleOpenvpn | React Native |
18-
| --------------- | ------------ |
19-
| 1.0.0 ~ 1.2.0 | 0.56 ~ 0.66 |
20-
| 2.0.0 | 0.63 ~ 0.68 |
17+
| RNSimpleOpenvpn | React Native |
18+
| --------------- | ------------- |
19+
| `1.0.0 ~ 1.2.0` | `0.56 ~ 0.66` |
20+
| `>= 2.0.0` | `>= 0.63` |
2121

2222
## 预览
2323

@@ -60,7 +60,7 @@ include ':app'
6060

6161
#### 导入 jniLibs
6262

63-
由于存在文件大小的限制,jniLibs 无法随模块一起发布到 npm 上。故使用 [GitHub Releases](https://github.com/ccnnde/react-native-simple-openvpn/releases) 中的 assets 来代替
63+
由于存在文件大小的限制,jniLibs 无法随模块一起发布到 npm 上。故使用 [GitHub Releases](https://github.com/ccnnde/react-native-simple-openvpn/releases/tag/v2.0.0) 中的 assets 来代替
6464

6565
下载并解压你需要的相应架构的资源,然后将其放入 `android/app/src/main/jniLibs` 中(如果 `jniLibs` 文件夹不存在则手动新建一个)
6666

0 commit comments

Comments
 (0)