Skip to content

Commit 7912d86

Browse files
authored
docs: Update mirage version
I found that version 2.4.0 is the last working version for 3.12.
1 parent 274992d commit 7912d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.12.0/tutorial/installing-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The data and endpoints we setup here will come into play later in the tutorial,
5252
Install the Mirage addon as follows:
5353

5454
```bash
55-
ember install ember-cli-mirage
55+
ember install ember-cli-mirage@2.4.0
5656
```
5757

5858
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

Comments
 (0)