Skip to content

Commit 28e222a

Browse files
committed
Merge pull request chris-morgan#186 from AlexTalker/master
Update README.rst
2 parents b090d14 + cc94927 commit 28e222a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Compile the examples::
8080

8181
Run one of the servers::
8282

83-
target/test/apache_fake
83+
cargo run --example apache_fake
8484

8585
To run the client example, start one of the servers and run::
8686

87-
target/test/client http://127.0.0.1:8001/
87+
cargo run --example client http://127.0.0.1:8001/
8888

8989
At present, all of the example servers serve to http://127.0.0.1:8001/.
9090

0 commit comments

Comments
 (0)