From 27ec4b12ceccfcf77d573c41bbc1d783b370679e Mon Sep 17 00:00:00 2001 From: Caleb Curry Date: Wed, 27 Sep 2023 09:47:27 -0400 Subject: [PATCH] incorrect syntax --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index af6e346e..5380de18 100644 --- a/rust/README.md +++ b/rust/README.md @@ -34,7 +34,7 @@ use snarkvm_console::{ use rand::thread_rng; // Create a client that interacts with the testnet3 program -let api_client = AleoAPIClient::testnet3(); +let api_client = AleoAPIClient::::testnet3(); // FIND A PROGRAM ON THE ALEO NETWORK let hello = api_client.get_program("hello.aleo").unwrap();