From d3a915d0ee9aefb47e3667b3482ab3362cb5c833 Mon Sep 17 00:00:00 2001 From: Jorge Gomez Date: Fri, 12 Dec 2025 00:22:11 -0600 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19663a4..208cf63 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Run the following to create a database: ganglion initdb ``` -This will create a sqllite database "ganglion.db" in the current directory. +This will create a sqlite database "ganglion.db" in the current directory. ## Serving @@ -60,7 +60,7 @@ ganglion client To serve a Textual web app or apps install [textual-web](https://github.com/textualize/textual-web). Follow the instructions on the textual-web repository to run apps, but add `-e local` to connect to a local server. -For example, so serve the Textual demo you could run the following: +For example, to serve the Textual demo you could run the following: ``` textual-web -r "python -m textual" -e local