From c1812a76641b635f312dc5a7aed0356b47c4afe4 Mon Sep 17 00:00:00 2001 From: David Tittsworth Date: Thu, 26 Feb 2015 11:10:16 -0800 Subject: [PATCH] Small wording tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff70c0..49d6f4c 100644 --- a/README.md +++ b/README.md @@ -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)