Skip to content

Commit df143a2

Browse files
authored
Merge pull request #185 from danielpunkass/patch-1
Update the display text to match expectations
2 parents e0ddd01 + c2603e0 commit df143a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown/tutorial/part-1/01-orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Hack: make an empty package.json to convince ember-cli we are really not in an E
4646
# pretend we are running NPM.
4747
4848
#[cfg(all(ci, unix))]
49-
#[display(ember new super-rentals)]
49+
#[display(ember new super-rentals --lang en)]
5050
ember new super-rentals --lang en --yarn \
5151
| awk '{ gsub("Yarn", "npm"); gsub("yarn", "npm"); print }'
5252

0 commit comments

Comments
 (0)