caio.co/de/go-tdigest

Reference `gopkg.in` in the README

Id
b9ddb5834169230055297cb98b9c1e2dc4258577
Author
Caio
Commit time
2016-08-18T19:33:49+02:00

Modified README.md

@@ -12,6 +12,12

## Installation

+The current stable version can be installed via:
+
+ go get gopkg.in/caio/go-tdigest.v1
+
+Or if you're planning on contributing or just feeling adventurous:
+
go get github.com/caio/go-tdigest

## Usage
@@ -23,7 +29,9
"fmt"
"math/rand"

- "github.com/caio/go-tdigest"
+ "gopkg.in/caio/go-tdigest.v1"
+ // Or if you installed the development version:
+ // "github.com/caio/go-tdigest"
)

func main() {