diff --git a/backtester/eventtypes/event/README.md b/backtester/eventtypes/event/README.md index 9a82b30a..1673c6b0 100644 --- a/backtester/eventtypes/event/README.md +++ b/backtester/eventtypes/event/README.md @@ -20,7 +20,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader ## Event package overview -The event event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct +The event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct ## Donations diff --git a/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl b/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl index acbcd17e..48b1d637 100644 --- a/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl +++ b/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl @@ -2,7 +2,7 @@ {{template "backtester-header" .}} ## {{.CapitalName}} package overview -The event event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct +The event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct {{template "donations" .}} {{end}} \ No newline at end of file