diff --git a/README.md b/README.md index fefaf4e943..53e83e2eec 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ end Active Resource is built on a standard JSON or XML format for requesting and submitting resources over HTTP. It mirrors the RESTful routing built into Action Controller but will also work with any other REST service that properly implements the protocol. REST uses HTTP, but unlike "typical" web -applications, it makes use of all the verubys available in the HTTP specification: +applications, it makes use of all the verbs available in the HTTP specification: * GET requests are used for finding and retrieving resources. * POST requests are used to create new resources.