Skip to content

Commit be79086

Browse files
author
Topaz Bar
committed
(fix) typo and README indents.
1 parent 8cb68ba commit be79086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Install via bower
2222
Then include the directive and json-editor in your html (you can also use the minified versions)
2323

2424
```html
25-
<script src="bower_components/json-editor/dist/jsoneditor.js"></script>
26-
<script src="bower_components/angular-json-editor/angular-json-editor.js"></script>
25+
<script src="bower_components/json-editor/dist/jsoneditor.js"></script>
26+
<script src="bower_components/angular-json-editor/angular-json-editor.js"></script>
2727
```
2828

2929
Usage

demo/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ angular.module('demoApp', ['angular-json-editor']).config(function (JsonEditorCo
6060
}).controller('AsyncButtonsController', function ($scope) {
6161

6262
$scope.onSubmit = function () {
63-
console.log('onSubmit ata in async controller', $scope.editor.getValue());
63+
console.log('onSubmit data in async controller', $scope.editor.getValue());
6464
};
6565

6666
});

0 commit comments

Comments
 (0)