Skip to content

Commit a4d9adb

Browse files
docs(README): JS Block Indentation
1 parent fb6c744 commit a4d9adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
154154
controller: function($scope) {
155155
$scope.things = ["A", "Set", "Of", "Things"];
156156
}
157-
})
158-
});
157+
});
158+
});
159159
```
160160

161161
**(6)** See this quick start example in action.

0 commit comments

Comments
 (0)