Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jan 31, 2019
1 parent 2812be5 commit db952fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ test/pro/v1:
@go test -v pro/v1/*.go

.PHONY: test
test:
@go test -v
test: test/v1 test/v2 test/pro/v1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For more examples, check out the [`./pro/v1/example`](./pro/v1/example) director

## V2

NOTE: CoinMarketCap will deprecated this API on December 2018
NOTE: CoinMarketCap deprecated this API on December 2018

### Getting started

Expand Down Expand Up @@ -120,7 +120,7 @@ For more examples, check out the [`./v2/example`](./v2/example) directory and [d

## V1

NOTE: CoinMarketCap will deprecated this API on November 2018
NOTE: CoinMarketCap deprecated this API on November 2018

### Getting started

Expand Down

0 comments on commit db952fe

Please sign in to comment.