diff --git a/_src/_guides/tutorial-car-telemetry-app.md b/_src/_guides/tutorial-car-telemetry-app.md index 2a85f48..b0f847e 100644 --- a/_src/_guides/tutorial-car-telemetry-app.md +++ b/_src/_guides/tutorial-car-telemetry-app.md @@ -144,7 +144,7 @@ gpsDID.myModel.create({ ``` -Now you have digitally registered the parts of the car on BigchainDB, respectively in our case on IPDB. +Now you have digitally registered the parts of the car on BigchainDB, respectively in our case on the BigchainDB test network. Once a transaction ends up in a decided-valid block, it's "etched into stone". There's no changing it, no deleting it. The asset is registered now and cannot be deleted. However, the usage of the metadata field allows you to append new information in the future. diff --git a/_src/_guides/tutorial-piece-of-art.md b/_src/_guides/tutorial-piece-of-art.md index 77e1296..19fd14e 100644 --- a/_src/_guides/tutorial-piece-of-art.md +++ b/_src/_guides/tutorial-piece-of-art.md @@ -1,4 +1,3 @@ - --- layout: guide