From 17b4c33949cfd841eb7150db97bf723a3c85ed27 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 23 Oct 2017 09:20:12 -0700 Subject: [PATCH] update example links --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1756be3c1..8195119cd 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ actix-web = { git = "https://github.com/actix/actix-web.git" } ## Example -* [Mulitpart support](https://github.com/actix/actix-web/tree/master/examples/multipart) -* [Simple websocket example](https://github.com/actix/actix-web/tree/master/examples/websocket.rs) +* [Basic](https://github.com/actix/actix-web/tree/master/examples/basic.rs) +* [Mulitpart streams](https://github.com/actix/actix-web/tree/master/examples/multipart) +* [Simple websocket session](https://github.com/actix/actix-web/tree/master/examples/websocket.rs) * [Tcp/Websocket chat](https://github.com/actix/actix-web/tree/master/examples/websocket-chat)