* Fixed typo

This commit is contained in:
Andreas Schneider 2015-09-18 11:13:51 +02:00
parent 22605a453e
commit ff10e890e5
1 changed files with 1 additions and 1 deletions

View File

@ -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