Skip to content

Commit 5250bcd

Browse files
committed
Update README and package.json
1 parent e0d4772 commit 5250bcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
A simple material calendar for react native android
44

55
## Installation Android
6-
- `npm install --save ...`
6+
- `npm i --save react-native-material-calendarview`
77

88
- In `android/settings.gradle`
99

1010
```gradle
1111
...
1212
include ':ReactMaterialCalendarView', ':app'
13-
project(':ReactMaterialCalendarView').projectDir = new File(rootProject.projectDir, '../node_modules/.../app')
13+
project(':ReactMaterialCalendarView').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-material-calendarview/app')
1414
```
1515
1616
- In `android/app/build.gradle`
@@ -45,7 +45,7 @@ A simple material calendar for react native android
4545
4646
```js
4747
48-
import Calendar from '...';
48+
import Calendar from 'react-native-material-calendarview';
4949
...
5050
5151
render() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"material-design",
1616
"calendar"
1717
],
18-
"author": "NuclleaR <nuclear.890@gmail.com>",
18+
"author": "nucllear <nuclear.890@gmail.com>",
1919
"license": "MIT",
2020
"bugs": {
2121
"url": "https://github.com/NuclleaR/react-native-material-calendarview/issues"

0 commit comments

Comments
 (0)