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