From 5852eb3502107b843b557ea8868388ef15358caf Mon Sep 17 00:00:00 2001 From: GRBurst <4647221+GRBurst@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:55:23 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3015987..c694271 100644 --- a/readme.md +++ b/readme.md @@ -50,7 +50,7 @@ Allow `direnv` to automatically run the `.envrc`. direnv allow ``` -When `direnv` finished setting up the environment using devbox, simply run `yarn` from the `frondend` folder to install all dependencies: +When `direnv` finished setting up the environment using devbox, simply run `yarn` from the `frontend` folder to install all dependencies: ```bash yarn install ```