micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

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

Closed DinoChiesa closed 9 years ago

DinoChiesa commented 11 years ago

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.