From 86975cf3c38517b79e1db236fef9631cc22596f0 Mon Sep 17 00:00:00 2001 From: Jason Lundien <50338269+jasonlundien@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:15:18 -0500 Subject: [PATCH] Minor formatting adjustments in README.md and DEVELOPMENT.md (#456) --- DEVELOPMENT.md | 13 ++++++------- README.md | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f68d9e5..ee91d56 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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 - **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 ``` diff --git a/README.md b/README.md index b525fef..8d83de7 100644 --- a/README.md +++ b/README.md @@ -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)