From 6a8902ea5cf4f25da5f8c75480c56f3fdf402839 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 14 Jan 2024 01:59:30 -0300 Subject: [PATCH] README: update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e537cdb..1e14920 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ## About -Twenty helps you manage projects with a web application that -runs on your computer rather than in the cloud. +Twenty helps you manage your projects with a web application +that runs on your computer with a minimal amount of effort. ## Features * 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. -* Ruby, and SQLite3 are the primary runtime dependencies. +* Minimal: Ruby, and SQLite3 are the primary runtime dependencies. * Easy to install, easy to use. ## Usage