diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index c913de4..1032835 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ Testserver A static HTTP server. Takes a specially-crafted `&'static str` and serves it on a random port on `127.74.137.226`. + +Examples +======== + +Take a look at `src/bin/testserver-demo.rs` for an example. |