From 2293747d3309ca6668faa62671c3263aaffb846f Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 19 Nov 2022 00:33:54 +0200 Subject: [PATCH] updated readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a99c78d..e3d40b8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ PocketBase JavaScript SDK ====================================================================== -> **⚠️ This is a pre-release, contains breaking changes and works only with the new PocketBase v0.8+ API!** - Official JavaScript SDK (browser and node) for interacting with the [PocketBase API](https://pocketbase.io/docs). - [Installation](#installation) @@ -39,7 +37,7 @@ _OR if you are using ES modules:_ ### Node.js (via npm) ```sh -npm install pocketbase@next --save +npm install pocketbase --save ``` ```js