From f23099409d7bb7a0b5f0a71472cfb119781ea068 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Fri, 7 Jun 2024 20:27:47 -0400 Subject: [PATCH] Fix build badge We have the GH actions CI working now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28e2e8f..ed84d6ee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ in EEP0018 that was based on Yajl. This new version is a hand crafted state machine that does its best to be as quick and efficient as possible while not placing any constraints on the parsed JSON. -[![Build Status](https://travis-ci.org/davisp/jiffy.svg?branch=master)](https://travis-ci.org/davisp/jiffy) +![Build Status](https://github.com/davisp/jiffy/actions/workflows/ci.yml/badge.svg) Usage -----