Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 779c94e

Browse files
committed
More spelling updates
1 parent 9d9e666 commit 779c94e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project demonstrates the capabilities of Zipkin's ability to tracing distributed Systems, having requests go further than the initial server initially queried.
44
Meaning that dependencies exist on several, distributed, servers.
55

6-
### Prequisites
6+
### Prerequisites
77

88
To run the sample you will need:
99
- Internet Connection (At least the first time it is run)
@@ -50,7 +50,7 @@ In this repository, the server will be running on port 80 but will be mapped to
5050
Next, is a web server located in the "alpha-client" directory.
5151
This is Spring Boot application.
5252
It should probably be obvious that this will be consuming a Alpha Service (which will be discussed next).
53-
The application exposes a HTTP GET REST api on port 10010.
53+
The application exposes a HTTP GET REST api on port 10000.
5454
This is the following resource:
5555

5656
http://localhost:10000/get/message
@@ -127,7 +127,7 @@ Alternatively you could run this curl command:
127127

128128
curl -i localhost:10000/get/message
129129

130-
You might get a 500 error once or twice.
130+
You might get a error message once or twice.
131131
This is [Hystrix](https://github.com/Netflix/Hystrix) in action, timing out the Feign client request.
132132
I assume that when the first request come in, the application was not warmed up.
133133
Whatever it may be, it is too slow for the default configuration for Hystrix.
@@ -136,7 +136,7 @@ It may take a couple tries so
136136

137137
![hold onto your butts](images/hotyb.jpg)
138138

139-
This should output something like this to the browser window/command line
139+
This should output something like this to the browser window
140140

141141
![ui](images/up.png)
142142

0 commit comments

Comments
 (0)