From a5a54c9973fbf584984db7b058ae7855962c2ead Mon Sep 17 00:00:00 2001 From: kortschak Date: Fri, 11 Mar 2016 19:29:46 +1030 Subject: [PATCH] README: fix install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e38ed52..e8bdb673 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ and a wrapper using cgo to a c-based implementation. ## Installation ``` - go get github.com/gonum/blas + go get github.com/gonum/lapack ```