Skip to content

Commit ef95a2f

Browse files
committed
Release v11
1 parent 903be06 commit ef95a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ npm install vue3-simple-icons
1111
## Usage
1212

1313
```js
14-
import { ApachemavenIcon, NpmIcon } from 'vue3-simple-icons'
14+
import { ApacheMavenIcon, NpmIcon } from 'vue3-simple-icons'
1515
```
1616

1717
See all icons and usage here: https://vue3-simple-icons.wyatt-herkamp.dev/
1818

1919

2020
```html
21-
<ApachemavenIcon style="fill: white"/>
21+
<ApacheMavenIcon style="fill: white"/>
2222
```
2323

2424
You can also set a `px` size directly by passing an integer

0 commit comments

Comments
 (0)