From 8124be02dcbaf7c4e910785e4659a88019cd1431 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Sun, 20 May 2018 18:23:29 -0700 Subject: [PATCH] Correct path --- json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/README.md b/json/README.md index 167c3909..0fb8cf40 100644 --- a/json/README.md +++ b/json/README.md @@ -7,7 +7,7 @@ Json's `Getting Started` guide using json (serde-json or json-rust) for Actix we ### server ```bash -cd actix-web/examples/json +cd examples/json cargo run # Started http server: 127.0.0.1:8080 ```