From 4cea0bf75a9893896a3eed0c6ac4e9760cdf72f9 Mon Sep 17 00:00:00 2001 From: Palash Ahuja Date: Sat, 25 Jan 2025 15:59:26 -0800 Subject: [PATCH] Fix minor spelling error on the contributing guideline (#255) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6bb81abb..b9aa3175 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ Now you're all setup and can start implementing your changes. ### Implement your changes -This project is a monorepo. The code for the `readest-app` is in the `app/readest-app` directory. Here are some useful scripts for developing the frontend only without compiling Tauri: +This project is a monorepo. The code for the `readest-app` is in the `apps/readest-app` directory. Here are some useful scripts for developing the frontend only without compiling Tauri: | Command | Description | | ---------------- | -------------------------------------------------- |