Skip to content

Commit 1583299

Browse files
committed
📖 Installation
1 parent d7e251b commit 1583299

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1+
<p align="center">
2+
⭐️ Please support us by giving a star! Thanks! ⭐️
3+
</p>
4+
15
# react-native-csv
26

37
react-native-csv is the fastest CSV (or delimited text) parser for React Native.
48

5-
## Installation
6-
7-
```sh
8-
npm install react-native-csv
9-
```
9+
## 🔧 Installation
1010

11-
## Usage
11+
react-native-csv is available on npm. It can be installed with the following command:
1212

13-
```js
14-
import Csv from "react-native-csv";
13+
```
14+
npm install react-native-csv --save
15+
```
1516

16-
// ...
17+
react-native-csv is available on yarn as well. It can be installed with the following command:
1718

18-
const result = await Csv.multiply(3, 7);
19+
```
20+
yarn add react-native-csv --save
1921
```
2022

2123
## Contributing

0 commit comments

Comments
 (0)