Skip to content

Commit

Permalink
Small wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stopyoukid committed Feb 26, 2015
1 parent e049c04 commit c1812a7
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 @@ -49,7 +49,7 @@ Define a simple crud controller for one of your model objects:



In your routes file, you define your route like:
In your routes file, you define your routes like the following:

# The @ is very important here
GET /users @controllers.Users.list(offset: Integer ?= 0, count: Integer ?= null, orderBy: String ?= null, fields: String ?= null, fetches: String ?= null, q: String ?= null)
Expand Down

0 comments on commit c1812a7

Please sign in to comment.