diff --git a/examples/r2-image-server/README.md b/examples/r2-image-server/README.md index 78bd7d8..9284c51 100644 --- a/examples/r2-image-server/README.md +++ b/examples/r2-image-server/README.md @@ -7,12 +7,12 @@ ### Endpoints -* **GET `/images/{key}`** +* **GET `/{key}`** - Get an image object at the `key` and returns it. -* **POST `/images/{key}`** +* **POST `/{key}`** - Create an image object at the `key` and uploads image. - Request body must be binary and request header must have `Content-Type`. -* **DELETE `/images/{key}`** +* **DELETE `/{key}`** - Delete an image object at the `key`. ## Development