Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Aug 26, 2024
1 parent 3dc605e commit 4809b6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@
Install in your project using `npm`

```bash
# Angular 18+
npm install @ngxpert/coolshapes

# Angular 17
npm install @ngxpert/coolshapes@1
```

or `yarn`

```bash
# Angular 18+
yarn add @ngxpert/coolshapes

# Angular 17
yarn add @ngxpert/coolshapes@1
```

## Usage
Expand Down

0 comments on commit 4809b6e

Please sign in to comment.