Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Feb 27, 2011
1 parent a302f8e commit 98883a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -24,7 +24,8 @@ This mess is gonna get raw, like sushi. So, haters to the left.
resp1 = conn.get '/nigiri/sake.json' resp1 = conn.get '/nigiri/sake.json'
resp2 = conn.post do |req| resp2 = conn.post do |req|
req.url "/nigiri.json", :page => 2 req.url "/nigiri.json", :page => 2
req["Content-Type"] = 'application/json' req.params['limit'] = 100 # &limit=100
req.headers["Content-Type"] = 'application/json'
req.body = {:name => 'Unagi'} req.body = {:name => 'Unagi'}
end end


Expand Down Expand Up @@ -72,7 +73,7 @@ This mess is gonna get raw, like sushi. So, haters to the left.
* Add curb, em-http, fast_http * Add curb, em-http, fast_http


## Note on Patches/Pull Requests ## Note on Patches/Pull Requests

* Fork the project. * Fork the project.
* Make your feature addition or bug fix. * Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a * Add tests for it. This is important so I don't break it in a
Expand All @@ -83,4 +84,4 @@ This mess is gonna get raw, like sushi. So, haters to the left.


## Copyright ## Copyright


Copyright (c) 2009-2010 rick, hobson. See LICENSE for details. Copyright (c) 2009-2011 rick, hobson. See LICENSE for details.

0 comments on commit 98883a4

Please sign in to comment.