From be9b334284378ec2f52ff4f3d3e16603298928aa Mon Sep 17 00:00:00 2001 From: Nora Breitmoser-Widdecke <23097564+puzzlewolf@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:39:05 +0100 Subject: [PATCH] fix: Improve grammar in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec031754f..63aa0639e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ export DOCKER_BUILDKIT=1 docker build -t vikunja/frontend . ``` -Refer to Refer [to multi-platform documentation](https://docs.docker.com/build/building/multi-platform/) in order to build for the different platform. +Refer to [multi-platform documentation](https://docs.docker.com/build/building/multi-platform/) in order to build for different platforms. ## Project setup @@ -49,4 +49,4 @@ pnpm run build ```shell pnpm run lint -``` \ No newline at end of file +```