From 6bcb3aa08cdb45365b6812d3a9c2aec2586e75f8 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 14 Apr 2023 20:01:56 -0400 Subject: [PATCH] Address PR comments. --- README.md | 4 ++++ format_docs.sh | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100755 format_docs.sh diff --git a/README.md b/README.md index d7edc40..46b8f0a 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ mdbook serve - We will merge a new language after it has been worked on regularly for at least a month, and at least some pages are finished. - After merging, we will add a label for the language, to help organising issues and pull requests by language. - The translator will also get maintainer rights in this repository, to allow managing contributions for their language. + +## Formatting + +To format your markdown files, install [prettier](https://prettier.io), then run `prettier -w src` diff --git a/format_docs.sh b/format_docs.sh deleted file mode 100755 index 6cc6432..0000000 --- a/format_docs.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -prettier -w src