From abcdfbcd4e003168189d6698db901e50ca39a1c0 Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 16 Oct 2023 10:16:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1ccfc54..ee70498 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ This is the Tabby terminal, served as a web app. It also provides the config sync service for the Tabby app. -You can use this to deploy your own copy or to make improvements - pull requests are welcome! - # How it works Tabby Web serves the [Tabby Terminal](https://github.com/Eugeny/tabby) as a web application while managing multiple config files, authentication, and providing TCP connections via a [separate gateway service](https://github.com/Eugeny/tabby-connection-gateway).