From e3f485f37cf9f224808c779cf7b2a923e9fd213e Mon Sep 17 00:00:00 2001 From: Tyler Arehart Date: Sun, 10 Dec 2023 14:21:04 -0800 Subject: [PATCH] Fixing badges on README. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d180bb0..44ec022 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # aws-appconfig-poller -[![TypeScript version][ts-badge]][typescript-5-1] -[![Node.js version][nodejs-badge]][nodejs] [![Build Status - GitHub Actions][gha-badge]][gha-ci] A wrapper around @aws-sdk/client-appconfigdata to provide background polling and caching. @@ -33,3 +31,7 @@ const value = poller.getConfigurationString().latestValue; ## License Licensed under the MIT license. See the [LICENSE](https://github.com/tarehart/aws-appconfig-poller/blob/main/LICENSE) file for details. + + +[gha-badge]: https://github.com/tarehart/aws-appconfig-poller/actions/workflows/nodejs.yml/badge.svg +[gha-ci]: https://github.com/tarehart/aws-appconfig-poller/actions/workflows/nodejs.yml