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.
2 parents e0ddd01 + c2603e0 commit df143a2Copy full SHA for df143a2
src/markdown/tutorial/part-1/01-orientation.md
@@ -46,7 +46,7 @@ Hack: make an empty package.json to convince ember-cli we are really not in an E
46
# pretend we are running NPM.
47
48
#[cfg(all(ci, unix))]
49
-#[display(ember new super-rentals)]
+#[display(ember new super-rentals --lang en)]
50
ember new super-rentals --lang en --yarn \
51
| awk '{ gsub("Yarn", "npm"); gsub("yarn", "npm"); print }'
52
0 commit comments