We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274992d commit 7912d86Copy full SHA for 7912d86
guides/v3.12.0/tutorial/installing-addons.md
@@ -52,7 +52,7 @@ The data and endpoints we setup here will come into play later in the tutorial,
52
Install the Mirage addon as follows:
53
54
```bash
55
-ember install ember-cli-mirage
+ember install ember-cli-mirage@2.4.0
56
```
57
58
Our primary focus with mirage will be in the `config.js` file, which is where we can define our API endpoints and our data.
0 commit comments