Merge pull request #1 from ZimbiX/patch-1

Fix URL scheme typo in readme
This commit is contained in:
0x1eef 2024-02-08 09:47:32 -03:00 committed by GitHub
commit 1e1dc45ffe
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.