Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 323173e

Browse files
fix: README
1 parent 3806a82 commit 323173e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ async function run () {
4848
run()
4949
```
5050

51-
If no parameters are provided it will attempt to find the config in environment variables. If these are not found it will load a plugin that attempts to connect to a local moneyd instance on port 7768.
51+
If no parameters are provided it will attempt to find the config in environment variables. If these are not found it will load a plugin that attempts to connect to a local [moneyd](../moneyd) instance on port 7768.
5252

5353
The Environment variables that can be set are:
5454

55-
`ILP_PLUGIN` : The name/path of the plugin module
56-
`ILP_PLUGIN_OPTIONS` : The options passed to the constructor, serialized as a JSON object.
55+
- `ILP_PLUGIN` : The name/path of the plugin module
56+
- `ILP_PLUGIN_OPTIONS` : The options passed to the constructor, serialized as a JSON object.
5757

5858
The options object passed is a subset of the account configuration object proveded to `ilp-connector`.

0 commit comments

Comments
 (0)