Skip to content

Commit

Permalink
Clarify upgrading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 authored Jul 22, 2024
1 parent 085cf95 commit 58af2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading/0.14.0-0.15.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Previously, `@fortawesome/fontawesome-svg-core` was a peer dependency. Now it is
$ npm uninstall @fortawesome/fontawesome-svg-core
```

If you import any types from `@fortawesome/fontawesome-svg-core`, you should import them from `@fortawesome/angular-fontawesome` instead, e.g:
And import types from `@fortawesome/angular-fontawesome` instead of `@fortawesome/fontawesome-svg-core`, e.g:

```diff
-import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
Expand Down

0 comments on commit 58af2e5

Please sign in to comment.