From a38c03c4e0b77172f26e4344a485a5279e73e12e Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 25 Oct 2025 01:02:21 +0200 Subject: [PATCH] Fix --- README.md | 2 +- backend/supabase/migrations/.keep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 backend/supabase/migrations/.keep diff --git a/README.md b/README.md index d91c8ba2..c8f45891 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ You can also add `console.log()` statements in the code. If you are new to Typescript or the open-source space, you could start with small changes, such as tweaking some web components or improving wording in some pages. You can find those files in `web/public/md/`. -See [development.md](docs/development.md) for additional instructions, such as adding new profile field. +See [development.md](docs/development.md) for additional instructions, such as adding new profile fields. ### Submission diff --git a/backend/supabase/migrations/.keep b/backend/supabase/migrations/.keep new file mode 100644 index 00000000..e69de29b