From 474026394a0337f511c4251e26212a61802e3b1b Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 31 Jul 2024 23:15:21 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec28ce..46ec967 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ in Ruby. See **Design** for more info. - The client provides static files (HTML, JS, CSS, ...) - The client provides routes via [react-router](https://reactrouter.com/en/main) - The client communicates with the server via [@apollo/client (GraphQL client)](https://www.apollographql.com/docs/react/) -* The [cli](cli/) is powered by Ruby +* The [cli/](cli/) is powered by Ruby - Start / stop web server - Run database migrations - Run developer console