Skip to content

Commit cc94927

Browse files
committed
Update README.rst
1 parent 06b2f2d commit cc94927

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/examples/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/examples/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)