From 3d6dfc01301549b12132afa96491440611f8c7fb Mon Sep 17 00:00:00 2001 From: Mohit kumar Bajoria Date: Wed, 1 Nov 2023 21:13:16 +0530 Subject: [PATCH] (docs): update readme with correct instructions (#20) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 517076d..b77e2f1 100644 --- a/readme.md +++ b/readme.md @@ -20,12 +20,12 @@ yarn npm run dev ``` -4. Open URL in the browser: +4. Make a curl request ``` -http://localhost:3000/api/send +curl -X POST http://localhost:3000/api/send ``` ## License -MIT License \ No newline at end of file +MIT License