Minor formatting adjustments in README.md and DEVELOPMENT.md (#456)

This commit is contained in:
Jason Lundien 2023-04-25 14:15:18 -05:00 committed by GitHub
parent 71d3227b66
commit 86975cf3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -4,14 +4,13 @@
The following commands are available through `npm run` or `yarn`:
Command | Purpose
--- | ---
build | Build a development version of the library using Rollup
dist | Build a production version of the library using Rollup
test | Execute unit tests
| Command | Purpose |
| ------- | ------------------------------------------------------- |
| build | Build a development version of the library using Rollup |
| dist | Build a production version of the library using Rollup |
| test | Execute unit tests |
## Release this project
<a name="release"></a>
**During pre release, make sure and use `--tag` and `--npm-dist-tag`**
@ -36,7 +35,7 @@ from a Font Awesome project owner.
You can then run:
```
```bash
npm login --registry https://npm.fontawesome.com
```

View File

@ -25,6 +25,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)