From adb4ba869d76da8d3ec0e0f711047584bdfd112d Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Tue, 21 Jun 2022 09:46:36 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f0ffc..31e1d97 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build](https://api.travis-ci.org/samthor/fast-text-encoding.svg?branch=master)](https://travis-ci.org/samthor/fast-text-encoding) +[![Test](https://github.com/samthor/fast-text-encoding/actions/workflows/node.js.yml/badge.svg)](https://github.com/samthor/fast-text-encoding/actions/workflows/node.js.yml) This is a fast polyfill for [`TextEncoder`][1] and [`TextDecoder`][2], which let you encode and decode JavaScript strings into UTF-8 bytes.