Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update instructions.md to reflect actual map (#1471)
The documentation claims: ``` Clothing items are stored as a map: %{ item_name: "Descriptive Name", price: 99.00, base_color: "red" } ``` While the actual structure is like this in the tests: ``` elixir %{ item_name: "Descriptive Name", price: 99.00, color: "Ochre Red", base_color: "red" } ```
- Loading branch information