Skip to content

Commit

Permalink
docs(forge): simplify version example in documentation (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrulates authored Feb 28, 2025
1 parent cb66b02 commit 3b2aee0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tool/forge/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
* @example
* ```ts
* import { version } from "@roka/forge/app";
*
* console.log(`App version: ${await version()}`);
* const appVersion = await version();
* ```
*
* @module
Expand Down

0 comments on commit 3b2aee0

Please sign in to comment.