Fix readme typo

pull/42/head
Miguel Mota 5 years ago
parent 4ef4f7aa54
commit 8cdb1b1c59
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9

@ -646,7 +646,7 @@ Frequently asked questions:
- Q: I can I add my own API to cointop?
- A: Fork cointop and add the API that implements the [interface](https://github.com/miguelmota/cointop/blob/master/cointop/common/api/interface.go) to [`cointop/cointop/common/api/impl/`](https://github.com/miguelmota/cointop/tree/master/cointop/common/api/impl). You can use the [CoinGecko implementatoin](https://github.com/miguelmota/cointop/blob/master/cointop/common/api/impl/coingecko/coingecko.go) as reference.
- A: Fork cointop and add the API that implements the API [interface](https://github.com/miguelmota/cointop/blob/master/cointop/common/api/interface.go) to [`cointop/cointop/common/api/impl/`](https://github.com/miguelmota/cointop/tree/master/cointop/common/api/impl). You can use the CoinGecko [implementation](https://github.com/miguelmota/cointop/blob/master/cointop/common/api/impl/coingecko/coingecko.go) as reference.
- Q: I installed cointop without errors but the command is not found.

Loading…
Cancel
Save