Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

[DOCS] plugins.md: removed trailing comma from code example (lines 78 and 133). #2635

Merged
merged 1 commit into from
Nov 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/commandline/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Go to the config and configure it like this:
simulationBalance: {
// these are in the unit types configured in the watcher.
asset: 1,
currency: 100,
currency: 100
},
// only want report after a sell? set to `false`.
verbose: false,
Expand Down Expand Up @@ -130,7 +130,7 @@ Mailer will automatically email you whenever Gekko has a new advice.
// guarantee that your email address & password are safe!

password: '', // Your GMail Password - if not supplied Gekko will prompt on startup.
tag: '[GEKKO] ', // Prefix all EMail subject lines with this
tag: '[GEKKO] ' // Prefix all EMail subject lines with this
}

- enabled indicates whether this is on or off.
Expand Down