Skip to content

Commit 5c33b36

Browse files
authored
Vue2 cleanup README (FortAwesome#413)
1 parent 6224486 commit 5c33b36

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
Official documentation is hosted at fontawesome.com
3131

3232
Helpful Vue links:
33+
3334
- [Add Icons with Vue](https://fontawesome.com/docs/web/use-with/vue/add-icons)
3435
- [Adding Icon Styling with Vue](https://fontawesome.com/docs/web/use-with/vue/style)
3536

@@ -39,16 +40,16 @@ To find the Vue setup, go to our [Web docs](https://fontawesome.com/docs/web) an
3940

4041
Review the following docs before diving in:
4142

42-
* [CONTRIBUTING.md](CONTRIBUTING.md)
43-
* [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
43+
- [CONTRIBUTING.md](CONTRIBUTING.md)
44+
- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
4445

4546
And then:
4647

47-
* Check the existing [issues](https://github.com/FortAwesome/vue-fontawesome/issues) and see if you can help!
48+
- Check the existing [issues](https://github.com/FortAwesome/vue-fontawesome/issues) and see if you can help!
4849

4950
## Contributors
5051

51-
The following contributors have either hepled to start this project, have contributed
52+
The following contributors have either helped to start this project, have contributed
5253
code, are actively maintaining it (including documentation), or in other ways
5354
being awesome contributors to this project. **We'd like to take a moment to recognize them.**
5455

@@ -61,6 +62,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
6162
| <img src="https://github.com/btaens.png?size=72" /> | btaens | [@btaens](https://github.com/btaens) |
6263
| <img src="https://github.com/david-driscoll.png?size=72" /> | David Driscoll | [@david-driscoll](https://github.com/david-driscoll) |
6364
| <img src="https://github.com/tyranteon.png?size=72" /> | Tyranteon | [@tyranteon](https://github.com/tyranteon) |
65+
| <img src="https://github.com/parkeyparker.png?size=72" /> | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) |
6466

6567
If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.
6668

examples/vue-cli-webpack/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
<font-awesome-icon :icon="queen" size="4x" inverse/>
2828
</li>
2929
<li class="pv3 ph2 ma0 link grow">
30-
<font-awesome-layers full-width class="fa-4x">
30+
<font-awesome-layers fixed-width class="fa-4x">
3131
<font-awesome-icon :icon="['fas', 'archive']"/>
3232
<font-awesome-layers-text class="red8" transform="down-3 shrink-14" value="SECRET" />
3333
</font-awesome-layers>
3434
</li>
3535
<li class="pv3 ph2 ma0 link grow">
36-
<font-awesome-layers full-width class="fa-4x">
36+
<font-awesome-layers fixed-width class="fa-4x">
3737
<font-awesome-icon :icon="['fas', 'envelope']"/>
3838
<font-awesome-layers-text class="red8" value="1" position="top-right" />
3939
</font-awesome-layers>

0 commit comments

Comments
 (0)