From e1dc26f6766a567a05a07b5595a278a95b23ef06 Mon Sep 17 00:00:00 2001 From: Mars7x <112448675+Mars7x@users.noreply.github.com> Date: Wed, 6 Aug 2025 03:48:25 -0400 Subject: [PATCH] README fixes (#174) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9270659..33cc5d0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ [ ](https://translate.droposs.org/engage/drop/) -Drop is an open-source game distribution platform, like GameVault or Steam. It's designed to distribute and shared DRM-free game quickly, all while being incredibly flexible, beautiful and fast. +Drop is an open-source game distribution platform, similar to GameVault or Steam. It's designed to distribute and share DRM-free games quickly, all while being incredibly flexible, beautiful, and fast.
@@ -22,9 +22,9 @@ Drop is an open-source game distribution platform, like GameVault or Steam. It's
## Philosophy
-1. Drop is flexible. While abstractions and interfaces can make the codebase more complicated, the flexibility is worth it.
-2. Drop is secure. The nature of Drop means an instance can never be accessible without authentication. In line with #1, Drop also supports a huge variety of authentication mechanisms, from a username/password to SSO.
-3. Drop is user-friendly. The interface is designed to be clean and simple to use, with complexity available to the users who want it.
+1. Drop is flexible. While abstractions and interfaces can complicate the codebase, the flexibility is worth it.
+2. Drop is secure. The nature of Drop means an instance can never be accessible without authentication. In line with #1, Drop also supports a huge variety of authentication mechanisms, from username/password to SSO.
+3. Drop is user-friendly. The interface is designed to be clean and simple to use, with advanced features available to users who want them.
## Deployment