Skip to content

Commit 1d9cbb5

Browse files
committed
docs: update Readme.md
1 parent f0112d3 commit 1d9cbb5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
# React Native Number Please
2-
31
[![Build](https://circleci.com/gh/thebiltheory/react-native-number-please.svg?style=shield)](https://app.circleci.com/pipelines/github/thebiltheory/react-native-number-please) ![NPM](https://img.shields.io/npm/l/react-native-number-please)
42

3+
# React Native Number Please 🙏🏽
54

6-
Generate react-native pickers with range numbers.
5+
One Paragraph of project description goes here
76

87
## Example
98
<img src="https://i.ibb.co/0GkCZnz/ezgif-3-f565f85e890a.gif" alt="ezgif-3-f565f85e890a" width="300px" border="0">
109

11-
## Install
10+
11+
### Installing
12+
13+
Add the package to your project
1214

1315
```bash
1416
yarn add react-native-number-please
17+
18+
npm install -S react-native-number-please
1519
```
1620

1721
## Usage
@@ -73,3 +77,7 @@ const ItsYourBirthday = () => {
7377
);
7478
};
7579
```
80+
81+
## License
82+
83+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)