Skip to content

Commit ed086e2

Browse files
committed
chore: 📝 updated README.md
1 parent abb82f8 commit ed086e2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
# react-native-system
1+
# react-native-tailwind
22

33
Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System
44

55
## Installation
66

77
```sh
8-
npm install react-native-system
8+
npm install react-native-tailwind
99
```
1010

1111
## Usage
1212

1313
```js
14-
import System from "react-native-system";
14+
import { Button } from 'react-native-tailwind';
1515

16-
// ...
17-
18-
const result = await System.multiply(3, 7);
16+
<Button size="sm">Continue</Button>;
1917
```
2018

2119
## Contributing

0 commit comments

Comments
 (0)