diff --git a/README.md b/README.md index cbd279f..96fee3c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ An example SwappingRouter would look as follows: "stories": "index", "stories/new": "newStory" } - index: function(story_id) { + index: function() { var view = new Trajectory.Views.StoriesIndex(); this.swap(view); },