diff --git a/README.md b/README.md index a3a9d2e..c01d28b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ npm install -g adr-tool $ adr-tool COMMAND running command... $ adr-tool (-v|--version|version) -adr-tool/0.0.4 darwin-x64 node-v14.16.0 +adr-tool/0.0.5 darwin-x64 node-v14.16.0 $ adr-tool --help [COMMAND] USAGE $ adr-tool COMMAND @@ -51,7 +51,7 @@ EXAMPLE a decision created on ./docs/adr/0001-use-adr-tool.md ``` -_See code: [src/commands/create.ts](https://github.com/keremciu/adr-tool/blob/v0.0.4/src/commands/create.ts)_ +_See code: [src/commands/create.ts](https://github.com/keremciu/adr-tool/blob/v0.0.5/src/commands/create.ts)_ ## `adr-tool help [COMMAND]` @@ -86,7 +86,7 @@ EXAMPLE ./docs/adr folder is created! ``` -_See code: [src/commands/init.ts](https://github.com/keremciu/adr-tool/blob/v0.0.4/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/keremciu/adr-tool/blob/v0.0.5/src/commands/init.ts)_ ## `adr-tool toc` @@ -104,5 +104,5 @@ EXAMPLE ./docs/adr/README.md file is created! ``` -_See code: [src/commands/toc.ts](https://github.com/keremciu/adr-tool/blob/v0.0.4/src/commands/toc.ts)_ +_See code: [src/commands/toc.ts](https://github.com/keremciu/adr-tool/blob/v0.0.5/src/commands/toc.ts)_