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