Skip to content

Commit

Permalink
docs: Add missing latest-5 tag on install
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 13, 2024
1 parent f6242b3 commit c118e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action-sheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Action Sheet API provides access to native Action Sheets, which come up from
## Install

```bash
npm install @capacitor/action-sheet
npm install @capacitor/action-sheet@latest-5
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion google-maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Google maps on Capacitor
## Install

```bash
npm install @capacitor/google-maps
npm install @capacitor/google-maps@latest-5
npx cap sync
```

Expand Down

0 comments on commit c118e05

Please sign in to comment.