Skip to content

Commit 3d8455a

Browse files
authored
docs(readme): remove beta notes
1 parent bf7ba9b commit 3d8455a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ Ionic Native wraps plugin callbacks in a Promise or Observable, providing a comm
1111
Run following command to install Ionic Native in your project.
1212

1313
```bash
14-
npm install @ionic-native/core@beta --save
14+
npm install @ionic-native/core --save
1515
```
1616

1717
You also need to install the Ionic Native package for each plugin you want to add. Please see the [Ionic Native documentation](https://ionicframework.com/docs/native/) for complete instructions on how to add and use the plugins.
1818

19-
**NOTE: to use Ionic Native v5, you must use the `@beta` tag when installing any NPM package.**
20-
2119
## Documentation
2220

2321
For the full Ionic Native documentation, please visit [https://ionicframework.com/docs/native/](https://ionicframework.com/docs/native/).

0 commit comments

Comments
 (0)