diff --git a/README.md b/README.md index 7722af7d..29f5e246 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Supabase Storage Engine - -[![Coverage Status](https://coveralls.io/repos/github/supabase/storage/badge.svg?branch=master)](https://coveralls.io/github/supabase/storage?branch=master) +# Supabase Storage Engine [![Coverage Status](https://coveralls.io/repos/github/supabase/storage/badge.svg?branch=master)](https://coveralls.io/github/supabase/storage?branch=master) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/supabase/storage) A scalable, lightweight object storage service. @@ -12,7 +10,6 @@ A scalable, lightweight object storage service. - Integrates with S3 Compatible Storages - Extremely lightweight and performant - **Supported Protocols** - [x] HTTP/REST @@ -35,7 +32,7 @@ A scalable, lightweight object storage service. ```bash cp .env.sample .env && cp .env.test.sample .env.test -```` +``` **Your root directory should now have both `.env` and `.env.test` files.** @@ -69,4 +66,3 @@ curl --location --request GET 'http://localhost:5000/bucket' \ ### Testing To perform your tests you can run the following command: `npm test` -