From 45f5d522d125f603b0dc804374c693c137aad894 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 5 Feb 2024 21:15:57 +0100 Subject: [PATCH] docs: update readme Copied from https://github.com/go-vikunja/frontend/pull/146 --- 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 +```