Skip to content

Commit

Permalink
docs(readme): add table installation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Iovino committed Jul 10, 2024
1 parent 99badf3 commit 894dc99
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ Check out the live demo: [ng2-fittext Demo](https://stackblitz.com/edit/stackbli

## Installation

Install the library using npm:
Install the library using npm according to your angular version (see table below):

| Angular | ng2-fittext | command |
|---------|-------------|-------------------------------|
| <= v17 | 1.4.3 | ```npm i ng2-fittext@1.4.3``` |
| >= v18 | 2.0.0 | ``` npm i ng2-fittext@1.5.0```|

```bash
npm install --save ng2-fittext
```

### Usage

Expand Down

0 comments on commit 894dc99

Please sign in to comment.