Permalink
Browse files

Standardizing case

  • Loading branch information...
1 parent 33b7184 commit 1b89c7fe094ccd845e91b4a72cee7f3522c4c295 @waldoj waldoj committed Oct 9, 2012
Showing with 3 additions and 3 deletions.
  1. +3 −3 readme.md
View
@@ -34,9 +34,9 @@ Databases Supported
API Structure
-------------
-* All rows in a table - `[database]/[table]/.[format]`
-* Specific row in a table `[database]/[table]/[ID].[format]`
-* All rows matching a query `[database]/[table]/[column]/[value].[format]`
+* all rows in a table: `/[database]/[table]/.[format]`
+* specific row in a table: `/[database]/[table]/[ID].[format]`
+* all rows matching a query: `/[database]/[table]/[column]/[value].[format]`
Additional Parameters
---------------------

0 comments on commit 1b89c7f

Please sign in to comment.