From 088effc7a9add380b3fd12f3a7f8fcb5e651d924 Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Sun, 18 Dec 2022 00:19:50 +0100 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a4aac6..57899a61 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All open source projects begins with people like you. Open source is the belief Work is organized in the [project board](https://github.com/orgs/LAION-AI/projects/3). - To get started with development, if you want to work on the backend, have a look at `scripts/backend-development/README.md`. -- If you want to work on the frontend, have a look at `scripts/frontend-development/README.md`. +- If you want to work on any frontend, have a look at `scripts/frontend-development/README.md` to make a backend available. There is also a minimal implementation of a frontend in the `text-frontend` folder.