From 4128bab44267f85dc2a01c9a6ef9807c0b2b691f Mon Sep 17 00:00:00 2001 From: AshGw Date: Tue, 11 Jun 2024 22:44:02 +0100 Subject: [PATCH] docs: make readme look better --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f18520..ce530b5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -### Installation - + +## Installation +**npm** +```bash +npm i ts-roids ``` -npm i loading-points +**pnpm** +```bash +pnpm i ts-roids ``` -### Usage - +## Usage ```tsx import Loading from 'loading-points'; @@ -20,5 +24,5 @@ function LoadingScreen() { export default LoadingScreen; ``` -### License -MIT +## License +[MIT](https://github.com/AshGw/loading-points/blob/main/LICENSE)