From e572f8727ef96df6759fc994eefb875d84292795 Mon Sep 17 00:00:00 2001 From: Doug Lauder Date: Thu, 18 Jan 2024 17:48:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e407b..c52fc42 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nibs [![GoDoc](https://godoc.org/github.com/wiggin77/nibs?status.svg)](https://godoc.org/github.com/wiggin77/nibs) -[![Build Status](https://travis-ci.org/wiggin77/nibs.svg?branch=master)](https://travis-ci.org/wiggin77/nibs) +[![Build Status](https://github.com/wiggin77/nibs/actions/workflows/go.yml/badge.svg) Nibs is a Go package for reading streams of bytes in nibbles. Each nibble can be a number of bits in the range 1 bit to 64 bits inclusive.