From f7f8996db34de43e8cba9b1cfe19544b33a03a32 Mon Sep 17 00:00:00 2001
From: Dmitri Zagidulin <dzagidulin@gmail.com>
Date: Thu, 16 Nov 2023 21:42:45 -0500
Subject: [PATCH] Fix badges.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b83fb73..8f57b24 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Example Isomorphic TS/JS Lib Template _(@interop/isomorphic-lib-template)_
 
-[![Build status](https://img.shields.io/github/workflow/status/interop-alliance/isomorphic-lib-template/Node.js%20CI)](https://github.com/interop-alliance/isomorphic-lib-template/actions?query=workflow%3A%22Node.js+CI%22)
+[![Build status](https://img.shields.io/github/actions/workflow/status/interop-alliance/isomorphic-lib-template/main.yml?branch=main)](https://github.com/interop-alliance/isomorphic-lib-template/actions?query=workflow%3A%22Node.js+CI%22)
 [![NPM Version](https://img.shields.io/npm/v/@interop/isomorphic-lib-template.svg)](https://npm.im/@interop/isomorphic-lib-template)
 
 > A Typescript/Javascript isomorphic library template, for use in the browser, Node.js, and React Native.