diff --git a/README.md b/README.md index 1ec6f3467..cdc777eb4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ The following examples can be found in the [examples](/examples/examples) folder * [benchmark_bulk_xt](/examples/examples/benchmark_bulk_xt.rs): Float the node with a series of transactions. * [check_extrinsic_events](/examples/examples/check_extrinsic_events.rs): Check and react according to events associated to an extrinsic. * [compose_extrinsic](/examples/examples/compose_extrinsic.rs): Compose an extrinsic without interacting with the node or in no_std mode. -* [custom_nonce](/examples/examples/custom_nonce.rs): Compose an with a custom nonce. * [contract_instantiate_with_code](/examples/examples/contract_instantiate_with_code.rs): Instantiate a contract on the chain. * [custom_nonce](/examples/examples/custom_nonce.rs): Compose an with a custom nonce. * [get_account_identity](/examples/examples/get_account_identity.rs): Create an custom Unchecked Extrinsic to set an account identity and retrieve it afterwards with a getter.