From 9b6a2ad2ff1d85c3a81c3f9037454c6b79be6089 Mon Sep 17 00:00:00 2001 From: Turtlepaw Date: Tue, 29 Nov 2022 13:37:24 -0500 Subject: [PATCH] fix grammar mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e71d951..49d6e69 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This project was initially inspired by [zer0b.in](https://github.com/zer0bin-dev ## API Routes -| Route | Method | Description | Paramaters +| Route | Method | Description | Parameters | --- | --- | --- | --- | | `/pastes/{paste_id}` | `GET` | Get information about a paste | None | `/api/pastes/{paste_id}/raw` | `GET` | Get the raw paste | None @@ -82,4 +82,4 @@ For example: ```shell VAULTBIN_HOST=0.0.0.0 VAULTBIN_DATABASE__CACHE_SIZE=9999999 -``` \ No newline at end of file +```