From 15e50ba96e5ab5f8099265f85d83312ed53150ad Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 13 Sep 2018 14:41:30 +0200 Subject: [PATCH] Remove old testnet information --- README.md | 4 ++-- docs/requirements.txt | 2 +- docs/source/usage.rst | 54 +++++++++++++++++++++++++------------------ 3 files changed, 35 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index ab58b4e..e14c5d1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ import driver from 'bigchaindb-driver' ```js const driver = require('bigchaindb-driver') -// BigchainDB server instance (e.g. https://test.bigchaindb.com/api/v1/) +// BigchainDB server instance (e.g. https://example.com/api/v1/) const API_PATH = 'http://localhost:9984/api/v1/' // Create a new keypair. @@ -107,7 +107,7 @@ conn.postTransactionCommit(txSigned)