Minor formatting adjustments in README.md and DEVELOPMENT.md (#456)
This commit is contained in:
parent
71d3227b66
commit
86975cf3c3
|
@ -4,14 +4,13 @@
|
||||||
|
|
||||||
The following commands are available through `npm run` or `yarn`:
|
The following commands are available through `npm run` or `yarn`:
|
||||||
|
|
||||||
Command | Purpose
|
| Command | Purpose |
|
||||||
--- | ---
|
| ------- | ------------------------------------------------------- |
|
||||||
build | Build a development version of the library using Rollup
|
| build | Build a development version of the library using Rollup |
|
||||||
dist | Build a production version of the library using Rollup
|
| dist | Build a production version of the library using Rollup |
|
||||||
test | Execute unit tests
|
| test | Execute unit tests |
|
||||||
|
|
||||||
## Release this project
|
## Release this project
|
||||||
<a name="release"></a>
|
|
||||||
|
|
||||||
**During pre release, make sure and use `--tag` and `--npm-dist-tag`**
|
**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:
|
You can then run:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
npm login --registry https://npm.fontawesome.com
|
npm login --registry https://npm.fontawesome.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
Official documentation is hosted at fontawesome.com
|
Official documentation is hosted at fontawesome.com
|
||||||
|
|
||||||
Helpful Vue links:
|
Helpful Vue links:
|
||||||
|
|
||||||
- [Add Icons with Vue](https://fontawesome.com/docs/web/use-with/vue/add-icons)
|
- [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)
|
- [Adding Icon Styling with Vue](https://fontawesome.com/docs/web/use-with/vue/style)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue