Skip to content

Commit

Permalink
Fix both installation tags
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Nov 30, 2020
1 parent f70e322 commit a764766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -112,13 +112,13 @@ $ yarn add @fortawesome/free-solid-svg-icons
**Using Vue 2.x**

```
$ npm i --save @fortawesome/vue-fontawesome@2
$ npm i --save @fortawesome/vue-fontawesome@latest
```

**Using Vue 3.x**

```
$ npm i --save @fortawesome/vue-fontawesome@3
$ npm i --save @fortawesome/vue-fontawesome@prerelease
```

## Add more styles or Pro icons
Expand Down

0 comments on commit a764766

Please sign in to comment.