Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#HTTPRiot - Easily Consume REST Services
# HTTPRiot - Easily Consume REST Services

HTTPRiot is a simple HTTP library that works on the iPhone and Cocoa Apps. It tries to abstract as much as possible
in the beginning. This means you don't spend a lot of time up front setting things up and staying on a golden path, but
Expand Down Expand Up @@ -30,7 +30,7 @@ delegate methods that handle responses/errors/etc.
// DELETE
[model deletePath:@"/foo/1" withOptions:nil object:nil];

##Similar Projects
## Similar Projects
HTTPRiot was inspired by the <a href="http://github.com/jnunemaker/httparty/tree/master">httparty</a> Ruby library.
There are also numerous other HTTP libraries for Cocoa:

Expand Down