Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down