From 4ad381db0c98c8cccd57bf8babfc33028541372c Mon Sep 17 00:00:00 2001 From: Neil Campbell Date: Fri, 5 Jul 2024 14:54:49 +0800 Subject: [PATCH] fix: bump patch (#87) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbbe36b..0351df2 100644 --- a/README.md +++ b/README.md @@ -193,5 +193,5 @@ subscriber.start() To try examples in this repository: - `npm install` -- Copy `.env.sample` to `.env` and edit to point to the Algorand node you want to point to +- Copy `.env.sample` to `.env` and edit to point to the Algorand node you want - `npm run dhm` or F5 in Visual Studio Code to get breakpoint debugging against one of the examples (or choose another)