From ff10e890e57df8e57574e4ea2e5b6d3a3dfe470b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Sep 2015 11:13:51 +0200 Subject: [PATCH] * Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4bf649..75a3a70 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ restemplate is a simple tool I wrote, to simplify queries against REST services. Usually I used curl together with a lot of text files containing the requests I send and manually replaced the necessary content within the URL and the payload. -To ease this, I wrote restlet. +To ease this, I wrote restemplate. ## Features