diff --git a/doc/architecture/README.md b/doc/architecture/README.md index 7a0020e..83e4439 100644 --- a/doc/architecture/README.md +++ b/doc/architecture/README.md @@ -2,7 +2,7 @@ This directory documents the Moonwalk architecture, primarily by using Architectural Decision Records (ADRs). -ADRs are stored in the [decisions](./decisons) directory, and should be created and managed using the [adr-tools](https://github.com/npryce/adr-tools) scripts which can be installed on any operating system. For those wishing to create ADRs manually, the [template](./decisions/template.md) is also provided. +ADRs are stored in the [decisions](./decisions) directory, and should be created and managed using the [adr-tools](https://github.com/npryce/adr-tools) scripts which can be installed on any operating system. For those wishing to create ADRs manually, the [template](./decisions/template.md) is also provided. Supplemental material that is not part of a decision, such as examples or more detailed explorations of relevant topics, can be added in this directory rather than the decisions directory.