diff --git a/examples/README.md b/examples/README.md index a588d62d..570b9cce 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,8 +1,10 @@ # Examples - [`hello_world`](../examples/hello_world.rs) - Very small getting started app. +- [`todos`](../examples/todos.rs) - Provides a RESTful web server managing some Todos. - [`key_value_store`](../examples/key_value_store.rs) - Slightly larger app with an in-memory key/value store. - [`form`](../examples/form.rs) - Receiving data from an HTML `