From 682fd5ecd73f92ecb289e363837c0d23dc96dcb9 Mon Sep 17 00:00:00 2001 From: r0r-5chach Date: Fri, 22 Nov 2024 18:41:30 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ff25a4..2ff7c78 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The main entry point into Radikle is through the `RadicleApi` class. You pass a val api = RadicleApi("https://api.radicle.xyz").v1() // Get a response from / -val response = v1Api.getRoot() +val response = api.getRoot() ``` # Testing