aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2017-01-15 14:33:42 +0100
committerMartin Polden <martin.polden@gmail.com>2017-01-15 14:33:42 +0100
commit9ee634520c5f5cbbf7d01ef44e3e5cb02ff8218b (patch)
tree60b7b830a34754888551381ae56d8cb376675bd8
parentc7be43eb80154d941440bfdaa180149ef977f33b (diff)
Rename repository
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8651814..2864a31 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# gosfv
+# sfv
-[![Build Status](https://travis-ci.org/martinp/gosfv.svg)](https://travis-ci.org/martinp/gosfv)
+[![Build Status](https://travis-ci.org/martinp/sfv.svg)](https://travis-ci.org/martinp/sfv)
-gosfv is a [Go](http://golang.org) library for verifying
+sfv is a [Go](http://golang.org) package for verifying
[SFV files](https://en.wikipedia.org/wiki/Simple_file_verification).
## Installation
-`$ go get github.com/martinp/gosfv`
+`$ go get github.com/martinp/sfv`
## Example
@@ -15,7 +15,7 @@ gosfv is a [Go](http://golang.org) library for verifying
package main
import (
- "github.com/martinp/gosfv"
+ "github.com/martinp/sfv"
"log"
)