Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu committed Apr 14, 2021
1 parent 96b9ac9 commit 4a1279e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can install it globally (`npm install -g adr-tool`) or use it with [npx](htt
$ npx adr-tool init
./docs/adr folder is created!
USAGE
$ npx adr-tool create 'Use Markdown Architectural Decision Records'
$ npx adr-tool create 'Use Markdown Architectural Decision Records'
a decision created on ./docs/adr/0000-use-markdown-architectural-decision-records.md
```
# Commands
Expand Down
1 change: 1 addition & 0 deletions src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ export default class Init extends Command {
fs.copyFile(cliTOCFile, adrDir + 'README.md', () => null)

this.log('./docs/adr folder is created!')
this.log("let's create your first decision: `npx adr-tool create 'Use Markdown Architectural Decision Records'`")
}
}

0 comments on commit 4a1279e

Please sign in to comment.