Skip to content

Commit

Permalink
fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
npryce committed Feb 24, 2016
1 parent 9018329 commit aa86a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADRs are stored in your project as Markdown files in the `doc/adr` directory.

1. Create an ADR directory in the root of your project:

adr init
adr init doc/architecture/decisions

This will create the first ADR recording that you are using ADRs
to record architectural decisions and linking to
Expand All @@ -34,7 +34,7 @@ ADRs are stored in your project as Markdown files in the `doc/adr` directory.
To create a new ADR that supercedes a previous one (ADR 9, for example),
use the -s option.

adr new Use Rust for performance-critical functionality -s 9
adr new -s 9 Use Rust for performance-critical functionality

This will create a new ADR file that is flagged as superceding
ADR 9, and changes the status of ADR 9 to indicate that it is
Expand Down

0 comments on commit aa86a8a

Please sign in to comment.