diff --git a/README.md b/README.md index f2514b0a1..b7f3d5763 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Currently Flarum is in its very early stages, and it isn’t pretty. **It is far ```sh vagrant ssh - cd /vagrant/workbench/flarum/core/ember && ember serve --output-path="../public" + cd /vagrant/flarum/core/ember && ember serve --output-path="../public" ``` > You can also use the `esv` alias to run the above command.