From 281d78db29acb024917ace74e663ac49f46a0095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Bu=CC=88hmann?= Date: Wed, 9 Oct 2024 12:46:07 +0200 Subject: [PATCH 1/2] Add tip to use html button tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc5326af0..53c42f46a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Follow the steps below to create a PR and add your settings! }, ``` + You can use the tag `` to make a nice in your html. 6. Run `make` command in Terminal to validate your files.
From b5a8ebea6d0fbccc7bca33f06e7fb705d6682143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Bu=CC=88hmann?= Date: Wed, 9 Oct 2024 12:50:25 +0200 Subject: [PATCH 2/2] Change make to make all MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just make didn’t work for me. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c42f46a..8439927ec 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Follow the steps below to create a PR and add your settings! If you placed a generator file into `src/json`, json file will be generated in the `public/json` by this command. ```shell - make + make all ``` If there is a problem, an error message is displayed. Fix your files until no errors are shown.