From a9fbc06dd024ade4a3e7314eaf78e8ca17741f1c Mon Sep 17 00:00:00 2001 From: andrej Date: Tue, 24 Feb 2026 14:04:09 +0100 Subject: [PATCH] Fix formatting in README for object operations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e20215..f708d26 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Bucket operations: - `HEAD /{bucket}` - `DELETE /{bucket}` - `GET /` (list buckets) -- + Object operations: - `PUT /{bucket}/{key}` - `GET /{bucket}/{key}`