Skip to content

Commit 894a3ac

Browse files
ghiculescurosa
authored andcommitted
Tweak wording in README's basic setup
The current wording implies that Mission Control will work without authentication being set up, but this isn't true.
1 parent aae86ee commit 894a3ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rails.application.routes.draw do
2424
mount MissionControl::Jobs::Engine, at: "/jobs"
2525
```
2626

27-
And that's it. With this alone, you should be able to access Mission Control Job's UI, where you can browse the existing queues, jobs pending in these queues, jobs in different statuses, and discard and retry failed jobs:
27+
Once you set up [#authentication](Authentication), you should be able to access Mission Control Job's UI, where you can browse the existing queues, jobs pending in these queues, jobs in different statuses, and discard and retry failed jobs:
2828

2929
![Queues tab in a simple app](docs/images/queues-simple.png)
3030

0 commit comments

Comments
 (0)