Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v3.12.0/tutorial/installing-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The data and endpoints we setup here will come into play later in the tutorial,
Install the Mirage addon as follows:

```bash
ember install ember-cli-mirage
ember install ember-cli-mirage@2.4.0
```

Our primary focus with mirage will be in the `config.js` file, which is where we can define our API endpoints and our data.
Expand Down