From 634a75852e6194e40a3075cf86d302c8818b65dc Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Sun, 22 Aug 2021 14:38:22 +0200 Subject: [PATCH] Fixes badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc606e..af2a31d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # simplex-noise.js -[![Build Status](https://travis-ci.org/jwagner/simplex-noise.js.svg?branch=master)](https://travis-ci.org/jwagner/simplex-noise.js) +[![Tests](https://github.com/jwagner/simplex-noise.js/actions/workflows/tests.yml/badge.svg)](https://github.com/jwagner/simplex-noise.js/actions/workflows/tests.yml) simplex-noise.js is a fast simplex noise implementation in Javascript. It works in the browser and on nodejs.