From dfb3fc945485ec99f95b98b81508913e827530b8 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 17 May 2020 23:51:28 +0200 Subject: [PATCH] update --- README.template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.template.md b/README.template.md index bee2cba..5812669 100644 --- a/README.template.md +++ b/README.template.md @@ -31,13 +31,13 @@ import { myFunction, myObject } from '#{REPO_NAME}#'; Specific import ```typescript -import { myFunction } from '#{REPO_NAME}#/myFunction' -import { myObject } from '#{REPO_NAME}#/myObject' +import { myFunction } from '#{REPO_NAME}#/myFunction'; +import { myObject } from '#{REPO_NAME}#/myObject'; ``` ## From HTML with CDN -Expose a global ( wider browser support): +Expose a global (wider browser support): ```html