From be47f8f00607bce16d06b7cf9402cf471f66aa1b Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 4 Jan 2022 19:48:56 +0100 Subject: [PATCH] Fix README template --- README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.template.md b/README.template.md index 71e241b..d6cda17 100644 --- a/README.template.md +++ b/README.template.md @@ -31,7 +31,7 @@ $ npm install --save #{REPO_NAME}# ``` ```typescript -import { myFunction, myObject } from "update_ts_ci"; +import { myFunction, myObject } from "#{REPO_NAME}#"; ``` Specific imports: