micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc bug (minor): the doc on per-host/per-method config files is incorrect

DinoChiesa opened this issue · comments

http://i.imgur.com/jjR6c.png

It shows the syntax as

$ GET [arg] [arg] ...
$ PUT [arg] [arg] ...
$ POST [arg] [arg] ...
$ DELETE [arg] [arg] ...

But there should be no $ on any of those lines.