From 1a32d2eb6d55043192bc31d87bd2dd5b7e332cde Mon Sep 17 00:00:00 2001 From: Luan Kevin Ferreira Date: Thu, 25 Jan 2018 06:57:31 -0200 Subject: [PATCH] Fix typo. Removed unnecessary comma. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }; }]); ```