Skip to content

Commit 768ad15

Browse files
committed
update readme
1 parent fbc3ad6 commit 768ad15

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,13 @@ This module includes various customizable react native calendar components.
66

77
The package is both **Android** and **iOS** compatible.
88

9-
## Try it out
10-
11-
You can run example module by performing these steps:
12-
13-
```
14-
$ git clone [email protected]:rghorbani/react-native-general-calendars.git
15-
$ cd react-native-general-calendars/example
16-
$ npm install
17-
$ react-native run-ios
18-
```
9+
## Installation
1910

20-
You can check example screens source code in [example module screens](https://github.com/rghorbani/react-native-general-calendars/tree/master/example)
11+
`$ yarn add react-native-general-calendars`
2112

22-
## Installation
13+
or
2314

24-
```
25-
$ npm install --save react-native-general-calendars
26-
```
15+
`$ npm install react-native-general-calendars --save`
2716

2817
The solution is implemented in JavaScript so no native module linking is required.
2918

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-general-calendars",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "React Native Calendar Components With support of Gregorian & Jalaali",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)