Skip to content

Commit

Permalink
Minor README.md typo correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanh committed Feb 4, 2016
1 parent 0f55a1e commit 5c1ac2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ import Todo from 'model-todo';

const routes = {
{
route: "todo.length",
route: "todos.length",
get: (pathSet) => {
/* implementation */
}
},
{
route: "todo[ranges]",
route: "todos[ranges]",
get: (pathSet) => {
/* more implementation */
}
},
{
route: "todoById[keys]",
route: "todosById[keys]",
get: (pathSet) => {
/* yet more implementation */
}
Expand Down

0 comments on commit 5c1ac2a

Please sign in to comment.