Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
CLI help documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamrizzi authored Aug 23, 2017
1 parent 4257d54 commit 159c62e
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 @@ -41,7 +41,7 @@ Quick development commands:
${cmd('nwb inferno')} ${req('(run|build) <entry>')} run or build an Inferno app
${cmd('nwb preact')} ${req('(run|build) <entry>')} run or build a Preact app
${cmd('nwb react')} ${req('(run|build) <entry>')} run or build a React app
${cmd('nwb react')} ${req('(run|build) <entry>')} run or build a vanilla JavaScript app
${cmd('nwb web')} ${req('(run|build) <entry>')} run or build a vanilla JavaScript app
Run ${cmd('nwb (inferno|preact|react|web) help')} for options.
Expand Down

0 comments on commit 159c62e

Please sign in to comment.