From 599dae8f0906f660af1f2b9a451babd4887e01d7 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 10 Nov 2020 10:03:57 -0700 Subject: [PATCH] Make testnet section less ambiguous (#13504) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13d95c2e7c..87f7e5e4ad 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/cluster/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