diff --git a/README.md b/README.md index bd452e6df..aa3856d36 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ interfaces more effectively by nesting your views, and pairing those views with **(3)** Set up your states in the module config: > ```javascript -myApp.config(function($stateProvider, $routeProvider){ +myApp.config(function($stateProvider) { $stateProvider .state('index', { url: "",