diff --git a/README.md b/README.md index fcc1f39..04e1738 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ res = Net::HTTP.post_form(uri, 'q' => ['ruby', 'perl'], 'max' => '50') puts res.body ``` +See the [documentation](https://docs.ruby-lang.org/en/master/Net/HTTP.html) for more details. + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.