diff --git a/README.md b/README.md index 803555a..1d32be2 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Specifically, it only supports two operations: - **Increment the counter by 1:** each transaction can only spend the UTXO that represents the previous program and generates the new program that is carrying the new counter, which increases by 1. -We have experimented this design on Bitcoin signet. See [SIGNET.md](src/counter/SIGNET.md) for a full walkthrough and +We have experimented this design on Bitcoin signet. See [SIGNET.md](src/examples/SIGNET.md) for a full walkthrough and how to reproduce it. We want to thank Taproot Wizards for the help with this demo. #### Transaction flow