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

Commit

Permalink
[DOCS] remove trailing comma from code example
Browse files Browse the repository at this point in the history
"," in excess for code examples for lines 78 and 133
  • Loading branch information
bmarchesini committed Nov 6, 2018
1 parent 2b50ebb commit 4e5b6e5
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4e5b6e5

Please sign in to comment.