From 66b47f0926b112f5d3d1b590477b745ede6f2895 Mon Sep 17 00:00:00 2001
From: Przemyslaw Bak
Date: Tue, 16 Jan 2018 10:44:54 +0000
Subject: [PATCH] Highlight some text.
---
network-management/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/network-management/README.md b/network-management/README.md
index 3753d44410..a3a6da45ff 100644
--- a/network-management/README.md
+++ b/network-management/README.md
@@ -149,8 +149,8 @@ networkMapConfig {
they attempt to register. The trust store password is `trustpass`.
### 2. Start Doorman service for notary registration
- Start the network management server with the doorman service for initial bootstrapping. Network map service should be disabled at this point.
- Comment out network map config in the config file and start the server by running :
+ Start the network management server with the doorman service for initial bootstrapping. Network map service (`networkMapConfig`) should be **disabled** at this point.
+ **Comment out** network map config in the config file and start the server by running :
```
java -jar doorman-.jar
```