From 5674d34d03c95a18a9d6245f85c3c1f5a29efd3e Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 22 Dec 2023 22:10:12 -0300 Subject: [PATCH] README: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a21be3..85c53a6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ rather than in the cloud. * Provides a web application that manages hobby projects. * Provides a command-line utility to start / stop a web server, connect / disconnect a project. -* Works online, or offline. Binds to `http//:localhost:7778` by default. +* Works online, or offline. Binds to `http//:localhost:2020` by default. * Lightweight: Ruby, and SQLite3 are the primary runtime dependencies. * Database: `~/.local/share/twenty/twenty.sqlite`. * Easy to install: `gem install twenty`.