From 162919b75a99e809930c3b606414dbb1f35dabe5 Mon Sep 17 00:00:00 2001 From: yanganto Date: Thu, 9 Jan 2020 09:50:48 +0800 Subject: [PATCH] README - fix web wallet link error - fix code format of Section 8.1 --- README.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index b12cba122..b7fee3aee 100644 --- a/README.adoc +++ b/README.adoc @@ -237,7 +237,7 @@ please kindly check following things before making an issue. === Quick start (professional): * https://telemetry.polkadot.io/#list/Darwinia%20IceFrog%20Testnet[Telemetry] - * https://testnet-wallet.darwinia.network[Darwinia Web Wallet] + * https://icefrog-wallet.darwinia.network[Darwinia Web Wallet] * Bootnodes: ** `/ip4/45.249.244.33/tcp/20222/p2p/QmPCSb9yCRAXnqvG6AnX27X6gutvVDq4NBPDNJtnBmNk43` ** `/ip4/121.199.60.87/tcp/20222/p2p/QmaRDRZZpmY9FwjSwW8JhfkyaHc6XRHsLWnp6cLtyb3FCF` @@ -348,8 +348,9 @@ the git hooks will be set, and ready to code. We will appreciate your contribution. If you are using different environment, you may copy the git hooks mannually. -`$ cp .hooks/* .git/hooks` - +``` +$ cp .hooks/* .git/hooks +``` === Contributing Guidelines link:CONTRIBUTING.adoc[CONTRIBUTING.adoc]