From e1a1d7f65fb082bc5b6aa27ede23ede42659db00 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Mon, 22 Apr 2024 10:38:17 -0700 Subject: [PATCH] chore: more readme cleanup fix typo, add use case --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b8290e..0901b22 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ Download [latest release](https://github.com/versity/versitygw/releases) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ### Use Cases -* Turn your local filesystem into an S3 server wiht a single command! +* Turn your local filesystem into an S3 server with a single command! * Proxy S3 requests to S3 storage * Simple to deploy S3 server with a single command -* Protocol compatibility in `posix` allows common access to files via posix or S3 +* Protocol compatibility in `posix` allows common access to files via posix or S3 +* Simplified interface for adding new storage system support ### News * New performance (scale up) analysis article [https://github.com/versity/versitygw/wiki/Performance](https://github.com/versity/versitygw/wiki/Performance)