Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Jul 10, 2024
1 parent 98df3fd commit f3613a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The `index.html` that is loaded on `npm run start` pulls in [`runtime.js`](packa
`runtime.js` fetches a development-only `local.json` configuration file, which must
exist, and you must create yourself, and it is intentionally `gitignore`'d.

### REQURED: make your own local.json
### REQUIRED: make your own local.json

`local.json` should be created at `packages/fa-icon-chooser/dev/local.json`,
and it has three top-level keys:
Expand Down Expand Up @@ -137,4 +137,4 @@ demonstrates how it might be using it.
1. Update the `readme.md` contributors section
1. `git add . && git commit -m 'Release VERSION'`
1. `git push`
1. Create a [new release](https://github.com/FortAwesome/fa-icon-chooser/releases/new) with `CHANGELOG` details
1. Create a [new release](https://github.com/FortAwesome/fa-icon-chooser/releases/new) with `CHANGELOG` details

0 comments on commit f3613a5

Please sign in to comment.