From b9f8a00ba3c570a3f27abcc9fa636a5d24a8ddf3 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 26 Jan 2018 19:56:34 -0800 Subject: [PATCH] update cors example readme --- examples/web-cors/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/web-cors/README.md b/examples/web-cors/README.md index 5f2d3aa7..a8fa7537 100644 --- a/examples/web-cors/README.md +++ b/examples/web-cors/README.md @@ -1,14 +1,14 @@ -# Actix-web-CORS +# Actix Web CORS example ## start 1 - backend server ```bash -$ cd actix_web_cors/backend +$ cd web-cors/backend $ cargo run ``` 2 - fontend server ```bash -$ cd actix_web_cors/fontend +$ cd web-cors/fontend $ npm install $ npm run dev ```