Skip to content

Commit

Permalink
Vue2 cleanup README (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Nov 7, 2022
1 parent 6224486 commit 5c33b36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
Official documentation is hosted at fontawesome.com

Helpful Vue links:

- [Add Icons with Vue](https://fontawesome.com/docs/web/use-with/vue/add-icons)
- [Adding Icon Styling with Vue](https://fontawesome.com/docs/web/use-with/vue/style)

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

Review the following docs before diving in:

* [CONTRIBUTING.md](CONTRIBUTING.md)
* [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
- [CONTRIBUTING.md](CONTRIBUTING.md)
- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)

And then:

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

## Contributors

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions examples/vue-cli-webpack/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<font-awesome-icon :icon="queen" size="4x" inverse/>
</li>
<li class="pv3 ph2 ma0 link grow">
<font-awesome-layers full-width class="fa-4x">
<font-awesome-layers fixed-width class="fa-4x">
<font-awesome-icon :icon="['fas', 'archive']"/>
<font-awesome-layers-text class="red8" transform="down-3 shrink-14" value="SECRET" />
</font-awesome-layers>
</li>
<li class="pv3 ph2 ma0 link grow">
<font-awesome-layers full-width class="fa-4x">
<font-awesome-layers fixed-width class="fa-4x">
<font-awesome-icon :icon="['fas', 'envelope']"/>
<font-awesome-layers-text class="red8" value="1" position="top-right" />
</font-awesome-layers>
Expand Down

0 comments on commit 5c33b36

Please sign in to comment.