diff --git a/README.md b/README.md index 5b04b58..f15e709 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ something like: This may take quite a while the first time you build the project since it is auto-generating a list of currencies and securities by querying multiple websites and services. To avoid this step, you can `touch -src/github.com/aclindsa/moneygo/cusip_list.csv` before executing the `go -generate ...` command above. Note that this will mean that no security templates -are available to easily populate securities in your installation. If you would -like to later generate these, simply remove the cusip_list.csv file and re-run -the `go generate ...` command. +src/github.com/aclindsa/moneygo/internal/handlers/cusip_list.csv` before +executing the `go generate ...` command above. Note that this will mean that no +security templates are available to easily populate securities in your +installation. If you would like to later generate these, simply remove the +cusip_list.csv file and re-run the `go generate ...` command. ## Running