From f1757f3d55d7cc4ac85c3fbe7c6750fb91e3b477 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 12 Dec 2024 11:35:53 -0500 Subject: [PATCH] Small edits to intro --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index befe1387..5516cad4 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ You can use the CLI to: - Create and manage Fauna [databases](https://docs.fauna.com/fauna/current/learn/data-model/databases/). - Manage [database schema](https://docs.fauna.com/fauna/current/learn/schema/) - as `.fsl` files on your local machine. + as `.fsl` files. - Run [FQL queries](https://docs.fauna.com/fauna/current/learn/query/) from files or in an interactive REPL. -- Run a [local Fauna container](https://docs.fauna.com/fauna/current/build/tools/docker/). +- Run a local [Fauna container](https://docs.fauna.com/fauna/current/build/tools/docker/). ![fauna-cli](https://github.com/user-attachments/assets/d3e88ad9-68ae-4011-945a-23654f9fbd0a)