Skip to content

Commit

Permalink
Merge pull request #390 from davidstosik/patch-1
Browse files Browse the repository at this point in the history
s/verubys/verbs/
  • Loading branch information
rafaelfranca authored Jun 6, 2023
2 parents add2652 + 9eda5fb commit df28dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df28dee

Please sign in to comment.