From 5b4e9367965fb8a1a978992194180cbfca448b4e Mon Sep 17 00:00:00 2001 From: alotia Date: Wed, 5 Oct 2016 17:56:08 -0700 Subject: [PATCH] Fixed a small typo in README.md The command for starting the second account server listed an incorrect version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b893240..3e852f2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ As you interact with the web-application ([http://localhost:3333](http://localho in the second and third windows. 1. In a new window, run up a second account-server using HTTP port 2223: - * `java -jar target/microservice-demo-0.0.1-SNAPSHOT.jar accounts 2223` + * `java -jar target/microservice-demo-1.1.0.RELEASE.jar accounts 2223` 1. Allow it to register itself 1. Kill the first account-server and see the web-server switch to using the new account-server - no loss of service.