From 9d0d4259af2d43bb685ce963ebc74dfd1ea1d649 Mon Sep 17 00:00:00 2001 From: Brendan Weibrecht Date: Thu, 8 Feb 2024 15:12:24 +1100 Subject: [PATCH] Fix URL scheme typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc4c426..b461810 100644 --- a/README.md +++ b/README.md @@ -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.