From 26d00f5ba44bc83a49211d64e091042741be1969 Mon Sep 17 00:00:00 2001 From: Lucas Pedroza <40873230+pnwpedro@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:48:17 +0100 Subject: [PATCH] Update beta install instructions (#248) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4650274f..b6d824ab 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,13 @@ This Driver supports and is tested on: The fauna-js driver is available on npm. You can install with your package manager of choice: ```shell -npm install fauna +npm install fauna@beta ``` or ```shell -yarn add fauna +yarn add fauna@beta ``` ## Via CDN