From 082313783ab598bd60ee647033ff24cfae1870c8 Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Mon, 5 Sep 2016 12:42:55 -0700 Subject: [PATCH] readme missing backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a660c882..bfddc149 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Runs `ember test` or the command in config for each version of Ember that is pos Displays the configuration that will be used. Also takes an optional `--config-path`. -#### (DEPRECATED) ember try:testall +#### (DEPRECATED) `ember try:testall` This command was renamed to `ember try:each` to better reflect what it does. This command still works, though.