From 63bc371f2d97cfa0192a30601081be856a74f7ff Mon Sep 17 00:00:00 2001 From: James Rodewig <james.rodewig@fauna.com> Date: Wed, 15 Jan 2025 17:53:09 -0500 Subject: [PATCH] docs: CLI v4 is now GA --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7d71f8..efc22e1 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,13 @@ To run the app, you'll need: - .NET 8.0 or later. -- [Fauna CLI v4 beta](https://docs.fauna.com/fauna/current/build/cli/v4/) or later. +- [Fauna CLI v4](https://docs.fauna.com/fauna/current/build/cli/v4/). - [Node.js](https://nodejs.org/en/download/) v20.x or later. To install the CLI, run: ```sh - npm install -g fauna-shell@">=4.0.0-beta" + npm install -g fauna-shell ``` ## Setup