From 3bde18f6f86f705abceb82224190743fb183603e Mon Sep 17 00:00:00 2001 From: Wayne Douglas Date: Mon, 11 Jun 2018 20:04:43 +0100 Subject: [PATCH] Update raft.rst (#394) --- docs/features/raft.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/raft.rst b/docs/features/raft.rst index dd0cf031..b193b407 100644 --- a/docs/features/raft.rst +++ b/docs/features/raft.rst @@ -42,4 +42,4 @@ In addition to this you must add a file called peers.json to your main project a Each instance of Ocelot must have it's address in the array so that they can communicate using Rafty. -Once you have made these configuration changes you must deploy and start each instance of Ocelot using the addresses in the peers.json file. The servers should then start communicating with each other! You can test if everything is working by posting a configuration update and checking it has replicated to all servers by getting there configuration. +Once you have made these configuration changes you must deploy and start each instance of Ocelot using the addresses in the peers.json file. The servers should then start communicating with each other! You can test if everything is working by posting a configuration update and checking it has replicated to all servers by getting their configuration.