diff --git a/examples/README.md b/examples/README.md index efa3767..45c7fa1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,7 +4,7 @@ If you want to use this, add a `.env` file to the root of this project (same lev and replace the variables to fit your specific config. ``` -BIGCHAINDB_API_PATH=http://localhost:9984/api/v1/ +BIGCHAINDB_API_PATH=https://test.bigchaindb.com/api/v1/ BIGCHAINDB_APP_ID= BIGCHAINDB_APP_KEY= ```