Update README.md

This commit is contained in:
Joseph Garrone 2021-08-01 07:02:05 +02:00 committed by GitHub
parent 1870b2a5ed
commit 6ee44bfe0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`.
<p align="center">
<a href='https://youtu.be/rYaAZg8RYyI'>