From 7d440e5d974de957bd708d1140054a078b66c0a1 Mon Sep 17 00:00:00 2001 From: Tyler Arehart Date: Mon, 11 Dec 2023 17:16:49 -0800 Subject: [PATCH] Linking to infinitePoller in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd2f21..05baa10 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Fetch: const { latestValue } = poller.getConfigurationObject(); ``` -For full working code, see examples/infinitePoller.ts. +For full working code, see [examples/infinitePoller.ts](https://github.com/tarehart/aws-appconfig-poller/blob/main/examples/infinitePoller.ts). ## Error handling