Skip to content

Commit 1786abc

Browse files
committed
docs: simplify installation instructions in README and update homepage URL in package.json
1 parent 6287719 commit 1786abc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ if (await needsUpdate()) {
3131

3232
## Installation
3333

34-
Install [react-native-nitro-version-check](https://npmjs.org/react-native-nitro-version-check) from npm:
3534
```sh
36-
bun add react-native-nitro-version-check react-native-nitro-modules
37-
cd ios && pod install
35+
bun add react-native-nitro-version-check
3836
```
3937

4038
## Documentation

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"bugs": {
7575
"url": "https://github.com/AlshehriAli0/react-native-nitro-version-check/issues"
7676
},
77-
"homepage": "https://github.com/AlshehriAli0/react-native-nitro-version-check#readme",
77+
"homepage": "https://alshehriali0.github.io/react-native-nitro-version-check/",
7878
"publishConfig": {
7979
"registry": "https://registry.npmjs.org/"
8080
},

0 commit comments

Comments
 (0)