From 7ecbb5449caf97a184a47aa4cf881366daf5c883 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Sun, 20 May 2018 18:22:37 -0700 Subject: [PATCH] Correct path --- basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/README.md b/basics/README.md index 72ed1e6..361562e 100644 --- a/basics/README.md +++ b/basics/README.md @@ -5,7 +5,7 @@ ### server ```bash -cd actix-web/examples/basics +cd examples/basics cargo run # Started http server: 127.0.0.1:8080 ```