We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b2f2d commit cc94927Copy full SHA for cc94927
README.rst
@@ -80,11 +80,11 @@ Compile the examples::
80
81
Run one of the servers::
82
83
- target/examples/apache_fake
+ cargo run --example apache_fake
84
85
To run the client example, start one of the servers and run::
86
87
- target/examples/client http://127.0.0.1:8001/
+ cargo run --example client http://127.0.0.1:8001/
88
89
At present, all of the example servers serve to http://127.0.0.1:8001/.
90
0 commit comments