From 7460e2220928029926bad85da00bcb96c0fedada Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Wed, 24 Sep 2025 09:16:13 +0200 Subject: [PATCH 1/2] docs: use GitHub flavoured markdown for note in Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bad77386..2ec174f5f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ Before you begin, ensure you have the following installed on your system: (for `npm` alternative) - [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) -> **Note:** Docker is optional, but it's essential for running the local database and Redis services. If you're planning to run the frontend or want to contribute to frontend features, you can skip the Docker setup. If you have followed the steps below in [Setup](#setup), you're all set to go! +> [!Note] +> Docker is optional, but it's essential for running the local database and Redis services. If you're planning to run the frontend or want to contribute to frontend features, you can skip the Docker setup. If you have followed the steps below in [Setup](#setup), you're all set to go! ### Setup From bda64fb68660aa8b74658a07408b9043203b9542 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Thu, 25 Sep 2025 08:46:27 +0200 Subject: [PATCH 2/2] remove unmatched span in title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ec174f5f..c136773c4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ OpenCut Logo -

OpenCut

+

OpenCut

A free, open-source video editor for web, desktop, and mobile.

@@ -45,7 +45,7 @@ Before you begin, ensure you have the following installed on your system: (for `npm` alternative) - [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) -> [!Note] +> [!NOTE] > Docker is optional, but it's essential for running the local database and Redis services. If you're planning to run the frontend or want to contribute to frontend features, you can skip the Docker setup. If you have followed the steps below in [Setup](#setup), you're all set to go! ### Setup