From dfcd0c41ec67853531fd38a1ae63c89d4f978467 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 17:12:52 +0000 Subject: [PATCH] Make testnet section less ambiguous (#13504) (#13507) (cherry picked from commit 599dae8f0906f660af1f2b9a451babd4887e01d7) Co-authored-by: Tyera Eulberg --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8655145125..dfafa99b22 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ $ cargo test ### Starting a local testnet Start your own testnet locally, instructions are in the [online docs](https://docs.solana.com/bench-tps). -### Accessing the remote testnet -* `testnet` - public stable testnet accessible via devnet.solana.com. Runs 24/7 +### Accessing the remote development cluster +* `devnet` - stable public cluster for development accessible via +devnet.solana.com. Runs 24/7. Learn more about the [public clusters](https://docs.solana.com/clusters) # Benchmarking