From b8e8a69e08d1ec824021921b2ddad9ec2e6176d4 Mon Sep 17 00:00:00 2001 From: iamkaruna Date: Thu, 21 Sep 2017 20:59:29 +0530 Subject: [PATCH] fixed the '<' bug removed '<' and replaced with '<' to close the tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83ebbed..332bc4e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Sample application loading resources from an external file: this.loadResources(this.resolveUrl('locales.json')); }, }); - </script> + ``` @@ -84,7 +84,7 @@ Alternatively, you can also inline your resources inside the app itself: } } }); - </script> + ```