diff --git a/README.md b/README.md index 4cea329..40576fa 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ better queries which in turn will produce better results. To start developing open a terminal and run: ``` -$ nix-shell --run "yarn dev" +nix-shell --run "cd frontend && yarn dev" ``` You can point your browser to `http://localhost:3000` and start developing. -Any changes to source files (`./src`) will trigger a hot reload of an +Any changes to source files (`./frontend/src`) will trigger a hot reload of an application.