Skip to content

Commit 0528cdf

Browse files
authored
Merge pull request #1 from mley/fixes
Fix typo in README and repository URL in package.json
2 parents 8d035e3 + c48ef81 commit 0528cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a capacitor plugin to control the navigation bar on Android devices.
44
## Install
55

66
```bash
7-
npm install @squareetlbas/capacitor-navigation-bar
7+
npm install @squareetlabs/capacitor-navigation-bar
88
ionic cap sync
99
```
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://[email protected]/squareetlabs/capacitor-navigation-bar.git"
32+
"url": "git+https://github.com/squareetlabs/capacitor-navigation-bar.git"
3333
},
3434
"keywords": [
3535
"capacitor",

0 commit comments

Comments
 (0)