Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemo-nade-room authored Sep 28, 2024
1 parent b1e0890 commit 7e22c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var cli = CLI(help: "サンプルCLI")
cli.use(AddCommand(), as: "add")
cli.use(CommitCommand(), as: "commit")
cli.migrations.add(CommitMigration())
await cli.run()
try await cli.run()
```

## ライセンス
Expand Down

0 comments on commit 7e22c33

Please sign in to comment.