From 15392ca5a4b014135919178ccfe988523ed3e1d0 Mon Sep 17 00:00:00 2001 From: Raph Date: Sun, 26 May 2024 12:36:51 -0600 Subject: [PATCH] Update README.md --- cmd/stellar-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/stellar-cli/README.md b/cmd/stellar-cli/README.md index e77fe623b..9b95e474a 100644 --- a/cmd/stellar-cli/README.md +++ b/cmd/stellar-cli/README.md @@ -2,7 +2,7 @@ CLI for interacting with the Stellar network and Soroban contracts locally in a test VM. Executes WASM files built using the [rs-soroban-sdk](https://github.com/stellar/rs-soroban-sdk). -Docs: https://developer.stellar.org +Docs: https://developers.stellar.org ## Install