Skip to content

Commit

Permalink
[skip ci] docs: fixed example code in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yukipastelcat committed Feb 23, 2022
1 parent ad747cc commit 194ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { library } from '@fortawesome/fontawesome-svg-core';
import { faSmileWink as fasSmileWink } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon, FontAwesomeLayers, FontAwesomeLayersText } from 'fontawesome-svelte';
library.add(faSmileWink);
library.add(fasSmileWink);
</script>

<FontAwesomeIcon icon={fasSmileWink} />
Expand Down

0 comments on commit 194ec64

Please sign in to comment.