Skip to content

Commit

Permalink
docs: Add missing latest-5 tag on install (ionic-team#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 14, 2024
1 parent f6242b3 commit 33fcc9e
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
@@ -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
```

2 changes: 1 addition & 1 deletion google-maps/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 33fcc9e

Please sign in to comment.