From b7965d368b0515c2c6b64116bd3aafb499315096 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 22 Jan 2025 15:10:15 -0500 Subject: [PATCH 1/3] Update several feature names to sentence case --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a326b..3abb574 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ To run the app, you'll need: 3. Use the CLI to create the `ECommerceJava` database: ```sh - # Replace 'us' with your preferred Region Group: + # Replace 'us' with your preferred region group: # 'us' (United States), 'eu' (Europe), or `global` (available to Pro accounts and above). fauna database create \ --name ECommerceJava \ @@ -106,7 +106,7 @@ To run the app, you'll need: database: ```sh - # Replace 'us' with your Region Group. + # Replace 'us' with your region group. fauna schema push \ --database us/ECommerceJava ``` From 51b6f39a1b18b078ca5a5f674b83caec0b274145 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 23 Jan 2025 12:18:40 -0500 Subject: [PATCH 2/3] Bump Node vers to v22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abb574..e521556 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ To run the app, you'll need: - Your preferred flavor of Java 17. - [Fauna CLI v4](https://docs.fauna.com/fauna/current/build/cli/v4/). - - [Node.js](https://nodejs.org/en/download/) v20.x or later. + - [Node.js](https://nodejs.org/en/download/) v22.x or later. To install the CLI, run: From 5e402286f515a421b4ff887d75430a962e790e07 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Fri, 24 Jan 2025 10:04:13 -0500 Subject: [PATCH 3/3] Update Node recommendation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e521556..d4b944c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ To run the app, you'll need: - Your preferred flavor of Java 17. - [Fauna CLI v4](https://docs.fauna.com/fauna/current/build/cli/v4/). - - [Node.js](https://nodejs.org/en/download/) v22.x or later. + - [Node.js](https://nodejs.org/en/download/) v20.18 or later. + - [Node.js](https://nodejs.org/en/download/) v22 or later recommended. To install the CLI, run: