From fc48e3343bcffa2bb4f9331208b8ee328f0b28a6 Mon Sep 17 00:00:00 2001 From: Vadim Graboys Date: Wed, 25 Feb 2015 12:33:53 -0500 Subject: [PATCH] change jellolabs to shopspring --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 631f5b2..b8ef8a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# decimal [![Build Status](https://travis-ci.org/jellolabs/decimal.png?branch=master)](https://travis-ci.org/jellolabs/decimal) +# decimal [![Build Status](https://travis-ci.org/shopspring/decimal.png?branch=master)](https://travis-ci.org/shopspring/decimal) Arbitrary-precision fixed-point decimal numbers in go. @@ -14,7 +14,7 @@ NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decmi ## Install -Run `go get github.com/jellolabs/decimal` +Run `go get github.com/shopspring/decimal` ## Usage @@ -23,7 +23,7 @@ package main import ( "fmt" - "github.com/jellolabs/decimal" + "github.com/shopspring/decimal" ) func main() { @@ -53,7 +53,7 @@ func main() { ## Documentation -http://godoc.org/github.com/jellolabs/decimal +http://godoc.org/github.com/shopspring/decimal ## Production Usage