Skip to content

Commit

Permalink
Update templates/cli/lib/commands/generic.js.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 authored Jun 25, 2024
1 parent c9d4570 commit 0d04b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cli/lib/commands/generic.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const whoami = new Command("whoami")
const register = new Command("register")
.description(commandDescriptions['register'])
.action(actionRunner(async () => {
log('Access https://cloud.appwrite.io/register to register an account')
log('Visit https://cloud.appwrite.io/register to create an account')
}));

const login = new Command("login")
Expand Down

0 comments on commit 0d04b38

Please sign in to comment.