Skip to content

Commit 8d07cbc

Browse files
authored
Merge pull request ogom#14 from cmrd-senya/patch-1
Update README.md
2 parents 4efe5c0 + 63c7ea7 commit 8d07cbc

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)