From 8b7f81d36ea357a6d4e42b248ae79b9b4796522a Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Fri, 27 Sep 2024 17:02:21 +0200 Subject: [PATCH] chore: dummy pr to re trigger pre release with 'chore' tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3206d246..7aa17ea3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AlgoKit TypeScript Utilities +# AlgoKit TypeScript Utilities A set of core Algorand utilities written in TypeScript and released via npm that make it easier to build solutions on Algorand. This project is part of [AlgoKit](https://github.com/algorandfoundation/algokit-cli). @@ -22,7 +22,7 @@ Then to import it: import { AlgorandClient, Config } from '@algorandfoundation/algokit-utils' ``` -See [usage](./docs/README.md#usage) for more. +See [usage](./docs/README.md#usage) for more details. ## Guiding principles