From 3d8455ae35a0d47490535e9159c8a2d8ed84a0b2 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 24 Jan 2019 19:58:56 +0100 Subject: [PATCH] docs(readme): remove beta notes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8672989b2..f75a1947c 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,11 @@ Ionic Native wraps plugin callbacks in a Promise or Observable, providing a comm Run following command to install Ionic Native in your project. ```bash -npm install @ionic-native/core@beta --save +npm install @ionic-native/core --save ``` 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. -**NOTE: to use Ionic Native v5, you must use the `@beta` tag when installing any NPM package.** - ## Documentation For the full Ionic Native documentation, please visit [https://ionicframework.com/docs/native/](https://ionicframework.com/docs/native/).