From dbe06d4626fd60e08b239aa63226ca57f964f165 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sun, 29 Oct 2023 04:55:51 +0000 Subject: [PATCH] Fix type --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d58c36535..893a555c6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### A brand-new shell connection hub and remote file manager -XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems. +XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire sever infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems. XPipe fully integrates with your tools such as your favourite text/code editors, terminals, shells, command-line tools and more. The platform is designed to be extensible, allowing anyone to add easily support for more tools or to implement custom functionality through a modular extension system. diff --git a/build.gradle b/build.gradle index 2d8813bd6..d2880a8be 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ project.ext { kebapProductName = isStage ? 'xpipe-ptb' : 'xpipe' publisher = 'XPipe UG (haftungsbeschränkt)' shortDescription = 'Your entire server infrastructure at your fingertips' - longDescription = 'XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire sever infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems.' + longDescription = 'XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems.' website = 'https://xpipe.io' sourceWebsite = 'https://github.com/xpipe-io/xpipe' authors = 'Christopher Schnick'