Skip to content

Commit

Permalink
Suggest more user-friendly console command
Browse files Browse the repository at this point in the history
Fixes ember-cli#103 by documented the suggested command in the README. This will improve the user experience for developers.
  • Loading branch information
elwayman02 committed May 17, 2023
1 parent 1cbbdbe commit f18457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The initial steps needed to get started:
1. Install the ember-cli-deprecation-workflow addon (`ember install ember-cli-deprecation-workflow`).
2. Run your test suite\* with `ember test --server`.
3. Navigate to your tests (default: http://localhost:7357/)
4. Run `deprecationWorkflow.flushDeprecations()` from your browsers console.
4. Run `console.log(deprecationWorkflow.flushDeprecations())` from your browsers console.
5. Copy the string output into `config/deprecation-workflow.js` in your project.

Once this initial setup is completed the "deprecation spew" should be largely
Expand Down

0 comments on commit f18457f

Please sign in to comment.