Fix URL scheme typo in readme

This commit is contained in:
Brendan Weibrecht 2024-02-08 15:12:24 +11:00 committed by GitHub
parent 8d5012f40d
commit 9d0d4259af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ that runs on your computer.
* Provides a command-line utility to start / stop a web server.
* Connect / disconnect a project from the command line.
* Works offline. Binds to `http//:localhost:2020` by default.
* Works offline. Binds to `http://localhost:2020` by default.
* Minimal: Ruby, and SQLite3 are the primary runtime dependencies.
* Easy to install, easy to use.