Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
chore(readme): Update readme to include Capacitor 2.x notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvidas committed May 26, 2021
1 parent 6e2cc92 commit 8e4f41d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ npm install @capacitor-community/http
npx cap sync
```

### Capacitor 2.x

For Capacitor 2.x projects, you will need to install a version less than 1.0.0. You can do that by specifying the version in your `package.json` or installing like this. The latest 2.x compatible version is `0.3.1`.

```bash
npm install @capacitor-community/[email protected]
```

## Configuration

No configuration required for this plugin
Expand Down

0 comments on commit 8e4f41d

Please sign in to comment.