README.md in activeresource-6.0.0 vs README.md in activeresource-6.1.0
- old
+ new
@@ -110,10 +110,10 @@
### Protocol
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.
* PUT requests are used to update existing resources.
* DELETE requests are used to delete resources.