Skip to content

Commit

Permalink
chore: updated program name
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Jan 12, 2024
1 parent c114f51 commit 2583901
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libs/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ async function main() {
const kebabRegez = /^([a-z]+)(-[a-z0-9]+)*$/;

program
.name('React Native AI')
.description(
'Full Stack React Native Boilerplate for building streaming AI apps.'
);
.name('Fal.ai App Generator')
.description('Full Stack React AI apps with Fal.ai.');

program.parse(process.argv);

Expand Down

0 comments on commit 2583901

Please sign in to comment.