diff --git a/README.md b/README.md index bb03d06..2911f50 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ myAppModule.controller('MyController', [ '$scope', function($scope) { lineWrapping : true, lineNumbers: true, readOnly: 'nocursor', - mode: 'xml', + mode: 'xml' }; }]); ```