From 404e0179f9c49c801b0a15c184533c36fa197e3f Mon Sep 17 00:00:00 2001 From: alan mcsherry Date: Tue, 8 Aug 2017 11:02:27 +0100 Subject: [PATCH] Add emphasis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faecc6e1d8..aae40ac367 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This version of the code supports - fast sync (download a recent state trie snapshot and all blocks, this is the default behaviour) - regular sync (download and execute every transaction in every block in the chain, this can be very slow) - - bootstrap sync (download a database for *mantis* preloaded with a recent version of the block chain, recommended for testing) + - bootstrap sync (download a database for *mantis* preloaded with a recent version of the block chain, **highly recommended** for testing) - JSON RPC API (useful for console and Mist integration) - Morden testnet and private network - `ethminer` miner integration (allows *mantis* to mine blocks with [ethminer](https://github.com/Genoil/cpp-ethereum))