From 55c6ef9eb81e38dbb4605a1a86cff621c87578e1 Mon Sep 17 00:00:00 2001
From: Joseph Garrone
Date: Sun, 1 Aug 2021 06:55:05 +0200
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index aef94d4..5addca9 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
- 🚀 A starter for any TypeScript project meant to be published on NPM
+ 🚀 A starter for any TypeScript project meant to be published on NPM 🚀
-`ts-ci` is a project starter like [TSDX](https://github.com/formium/tsdx) or [typescript-starter](https://github.com/bitjson/typescript-starter) but (arguably) better because
+`ts-ci` is a project starter like [TSDX](https://github.com/formium/tsdx) or [typescript-starter](https://github.com/bitjson/typescript-starter) but (arguably) better because:
- 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`.