From 2e398df7878cad186baeab5acf3c70837d6b4335 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 2 Mar 2021 10:12:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ae0ff..7fe35be 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Great 🎉. You already have your 🔥 own API send mails 🔥. That's it, now you just have to test that it works properly. ``` sh -curl -H "Content-type: application/json" -d '{ +curl -XPOST -H "Content-type: application/json" -d '{ "name": "Cid", "subject": "Awesome", "email": "cid@campeador.es",