Skip to content

Commit

Permalink
fix: package name in cli banner
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Apr 28, 2022
1 parent f335dc4 commit 7cddb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import packageJson from '../package.json'
import * as actions from './actions'

cli()
.name('FontAwesome CLI')
.name(packageJson.name)
.version(packageJson.version)
.actions(actions)
.defaultAction('generate')
Expand Down

0 comments on commit 7cddb27

Please sign in to comment.