Skip to content

Commit

Permalink
docs: make readme look better
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed Jun 11, 2024
1 parent 2e6760a commit 4128bab
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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';

Expand All @@ -20,5 +24,5 @@ function LoadingScreen() {
export default LoadingScreen;
```

### License
MIT
## License
[MIT](https://github.com/AshGw/loading-points/blob/main/LICENSE)

0 comments on commit 4128bab

Please sign in to comment.