Skip to content

Commit

Permalink
(docs): update readme with correct instructions (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj36 authored Nov 1, 2023
1 parent a6d9d02 commit 3d6dfc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
MIT License

0 comments on commit 3d6dfc0

Please sign in to comment.