Skip to content

Commit 455a34a

Browse files
committed
spelling
1 parent e8319a6 commit 455a34a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

delayserver/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Delayserver
22

3-
Delayserver is a webserver that listens on localhost on port 8080 for incoming
3+
Delayserver is a web server that listens on localhost port 8080 for incoming
44
connections and waits for the requested duration before responding. It's good
55
for simulating slow servers and delayed responses.
66

@@ -12,19 +12,19 @@ In the delayserver folder run:
1212
cargo run delayserver
1313
```
1414

15-
You can alternatively install the programm locally so it's always available in PATH:
15+
You can alternatively install the program locally so it's always available in PATH:
1616

1717
```
1818
cargo install --path .
1919
```
2020

21-
Delay server works by issuing a http GET request in the format:
21+
Delay server works by issuing a http GET request in the format:
2222

2323
```
2424
http://localhost:8080/[delay in ms]/[UrlEncoded meesage]
2525
```
2626

27-
On reception, it immidiately reports the following to the console:
27+
On reception, it immediately reports the following to the console:
2828

2929
```
3030
{Message #} - {delay in ms}: {message}

0 commit comments

Comments
 (0)