Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Jan 1, 2025
1 parent dc5bca2 commit 144ecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/js-packages/social-logos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install social-logos --save
#### Usage

```
import SocialLogo from 'social-logos';
import { SocialLogo } from 'social-logos';
function MyComponent() {
return <SocialLogo icon="wordpress" size={ 48 } />;
}
Expand Down

0 comments on commit 144ecef

Please sign in to comment.