From 6ee44bfe0b42a31805dc0fa81f9142d5287a3a94 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 1 Aug 2021 07:02:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18580d8..5a7f5c4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - It's not a CLI tool, the automation happens with Github Actions. Update your `package.json` version number, push. Voila, your new version is published on NPM. - It doesn't bundle your library into a single file so users can cherry-pick what they want to import from your lib. - E.g: `import { aSpecificFunction } from "your-module/aSpecificFile`. + E.g: `import { aSpecificFunction } from "your-module/aSpecificFile"`.