diff --git a/examples/web-cors/README.md b/examples/web-cors/README.md index a8fa75373..6dd3d77ff 100644 --- a/examples/web-cors/README.md +++ b/examples/web-cors/README.md @@ -6,10 +6,10 @@ $ cd web-cors/backend $ cargo run ``` -2 - fontend server +2 - frontend server ```bash -$ cd web-cors/fontend +$ cd web-cors/frontend $ npm install $ npm run dev ``` -then open broswer 'http://localhost:1234/' +then open browser 'http://localhost:1234/'