From 9ed803a35ccc2d1e1846c553d4d5e5d793aa5264 Mon Sep 17 00:00:00 2001 From: Bryer <0xbryer@gmail.com> Date: Mon, 25 Nov 2024 10:41:24 +0200 Subject: [PATCH] Typo Update README.md Refined Wording for Clarity in Keyspace Client Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd000a9..ba892c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Example Keyspace Client -An example Keyspace client implemented in TypeScript. This client is the basis for the [Keyspace documentation](https://docs.key.space/) and will eventually become a client library for Keyspace. +An example Keyspace client implemented in TypeScript. This client is the basis for the [Keyspace documentation](https://docs.key.space/) and is intended to become a client library for Keyspace. ## Install Dependencies ```bash