From 82a489dcfa5b6ac165fa01060d78ddb29a243d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 11 Oct 2024 15:14:30 +0200 Subject: unify readme code blocks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 705270d..39732cf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ an automatically schema-versioned content management system prepare test data: -``` +```shell cp -r samples/blog . cd blog git init @@ -16,14 +16,14 @@ git commit -m 'first commit' run frontend: -```console +```shell cd frontend reload ``` run backend: -```console +```shell cd backend cabal run backend -- serve ``` -- cgit v1.2.3