Skip to content

Commit

Permalink
Fixing badges on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarehart committed Dec 10, 2023
1 parent 5aaf556 commit e3f485f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit e3f485f

Please sign in to comment.