Skip to content

Commit 63c7ea7

Browse files
author
Senya
authored
Update README.md
Wrong path to example file. Also script/rails is now bin/rails.
1 parent 4efe5c0 commit 63c7ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It appears in the top menu.
4444
Example of Sidekiq worker.
4545

4646
```
47-
./plugins/redmine_sidekiq/workers/sandbox_worker.rb
47+
./plugins/redmine_sidekiq/app/workers/sandbox_worker.rb
4848
```
4949

5050
### Sandbox Web UI
@@ -64,7 +64,7 @@ Enqueue, click the `perform_async(*args)` of the Jobs.
6464
Enqueue from the command line.
6565

6666
```
67-
$ script/rails runner 'SandboxWorker.perform_async'
67+
$ bin/rails runner 'SandboxWorker.perform_async'
6868
```
6969

7070
## License

0 commit comments

Comments
 (0)