diff --git a/backtester/config/configbuilder/README.md b/backtester/config/configbuilder/README.md index d5dccb67..ff65b7ba 100644 --- a/backtester/config/configbuilder/README.md +++ b/backtester/config/configbuilder/README.md @@ -22,7 +22,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader ### What does the config builder do? The config builder runs you through the process of creating a strategy config (`.strat`) file. Configs can also be generated via test code under `config_test.go`. -Once the config is created, when running the backtester, you can reference it via `go run . -configPath=(path-to-strat-file)` +Once the config is created, when running the backtester, you can reference it via `go run . -configpath=(path-to-strat-file)` ### How do I run it? `go run .` diff --git a/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl b/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl index a553b8d1..b8f201b9 100644 --- a/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl +++ b/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl @@ -4,7 +4,7 @@ ### What does the config builder do? The config builder runs you through the process of creating a strategy config (`.strat`) file. Configs can also be generated via test code under `config_test.go`. -Once the config is created, when running the backtester, you can reference it via `go run . -configPath=(path-to-strat-file)` +Once the config is created, when running the backtester, you can reference it via `go run . -configpath=(path-to-strat-file)` ### How do I run it? `go run .` @@ -16,4 +16,4 @@ The config builder will ask you all the necessary questions required to create a ### Please click GoDocs chevron above to view current GoDoc information for this package {{template "contributions"}} {{template "donations" .}} -{{end}} \ No newline at end of file +{{end}}