Permalink
Browse files

Fix a typo in a path

  • Loading branch information...
1 parent 4c0ddbd commit 15dbc9ccc92c2b26bf5ccc89f346a430ef663982 @waldoj waldoj committed Jan 4, 2013
Showing with 2 additions and 2 deletions.
  1. +2 −2 readme.md
View
@@ -34,7 +34,7 @@ Databases Supported
API Structure
-------------
-* all rows in a table: `/[database]/[table]/.[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]`
@@ -117,4 +117,4 @@ GPLv3 or later.
Roadmap
-------
-* Automagic documentation generation
+* Automagic documentation generation

0 comments on commit 15dbc9c

Please sign in to comment.