Skip to content

Commit

Permalink
add aliases to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 29, 2012
1 parent e3dc89c commit 84fc8f2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Readme.md
Expand Up @@ -80,4 +80,18 @@ $ burl /users .html

## Extras

* Added support for prettyjson. It needs python and json.tool module.
* Added support for prettyjson. It needs python and json.tool module.

## Aliases

Try these aliases if you want to get fancy:

```
alias GET='burl GET'
alias HEAD='burl HEAD'
alias POST='burl POST'
alias PUT='burl PUT'
alias PATCH='burl PATCH'
alias DELETE='burl DELETE'
alias OPTIONS='burl OPTIONS'
```

0 comments on commit 84fc8f2

Please sign in to comment.