Skip to content

Commit

Permalink
formatting adjusted on README.md and DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Apr 25, 2023
1 parent 71d3227 commit aabc874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**

Expand All @@ -36,7 +35,7 @@ from a Font Awesome project owner.

You can then run:

```
```bash
npm login --registry https://npm.fontawesome.com
```

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit aabc874

Please sign in to comment.