Permalink
Browse files

Minor textual cleanup

  • Loading branch information...
1 parent 1b89c7f commit f71320d098f67e462ce3a25bb8c7048c7551c106 @waldoj waldoj committed Oct 9, 2012
Showing with 3 additions and 3 deletions.
  1. +3 −3 readme.md
View
@@ -41,9 +41,9 @@ API Structure
Additional Parameters
---------------------
-* `order_by` - name of column to sort by
-* `direction` - either `ASC` or `DESC`, sort direction
-* `limit` - number, maximum number of results to return
+* `order_by`: name of column to sort by
+* `direction`: direction to sort, either `asc` or `desc` (default `asc`)
+* `limit`: number, maximum number of results to return
e.g., `/[table]/[column]/[value].[format]?order_by=[column]&direction=[direction]`

0 comments on commit f71320d

Please sign in to comment.