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