Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) v20.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:

Expand All @@ -95,7 +96,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 \
Expand All @@ -106,7 +107,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
```
Expand Down
Loading