From 7f95c197af883b882f4a4c90011358cfddec4766 Mon Sep 17 00:00:00 2001 From: Vincent Stakenburg Date: Tue, 13 Feb 2018 11:16:58 +0100 Subject: [PATCH] Fix title... Oops, in my last PR I accidentally missed the typo in the title... well, here's the fix anyway :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3667e2c..06f4791 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -src [![GoDoc](https://godoc.org/github.com/snksoft/src?status.png)](https://godoc.org/github.com/snksoft/crc) +crc [![GoDoc](https://godoc.org/github.com/snksoft/src?status.png)](https://godoc.org/github.com/snksoft/crc) ======== This package implements generic CRC calculations up to 64 bits wide. It aims to be fairly fast and fairly complete, allowing users to match pretty much