Skip to content

Commit

Permalink
fix(delugeRpcUrl): typo in variable name (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeliastam authored Nov 13, 2023
1 parent 149124a commit acebd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ option, which will append your category with `.cross-seed` and either...

1. Edit your config file:
1. Set your [`action`](../basics/options#action) option to `inject`.
2. Set your [`delugenRpcUrl`](../basics/options#delugerpcurl) option.
2. Set your [`delugeRpcUrl`](../basics/options#delugerpcurl) option.
It should look like an `http` url that looks like
`http://:pass@localhost:8112/json` (the colon before `pass` is intentional)
2. Start or restart `cross-seed`. The logs at startup will tell you if
Expand Down

0 comments on commit acebd2d

Please sign in to comment.