From fe306ffc2838c88b15f00b8196adc34b584eefa1 Mon Sep 17 00:00:00 2001 From: Faruk Kasumovic Date: Mon, 20 Apr 2015 10:55:04 +0200 Subject: [PATCH] - More updates to README to reflect change of project location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba8fe33..adea694 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ ## Installing ```sh -go get github.com/fkasumovic/go-libzfs +go get github.com/bicomsystems/go-libzfs ``` ## Testing ```sh # On command line shell run -cd $GOPATH/src/github.com/fkasumovic/go-libzfs +cd $GOPATH/src/github.com/bicomsystems/go-libzfs go test ```