Skip to content

Commit 916c5bf

Browse files
committed
chore: readme
1 parent 0db37b3 commit 916c5bf

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
# react-native-outline-vpn
22

3-
Outline React Native Android Client
3+
Outline React Native Android & iOS Client
44

55
## Installation
66

77
```sh
88
npm install react-native-outline-vpn
99
```
10-
11-
## Usage
12-
13-
```js
14-
import { multiply } from 'react-native-outline-vpn';
15-
16-
// ...
17-
18-
const result = await multiply(3, 7);
10+
or
11+
```sh
12+
yarn add react-native-outline-vpn
1913
```
2014

15+
Documentation page: https://rn-outline.vercel.app/
16+
2117
## Contributing
2218

2319
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

0 commit comments

Comments
 (0)