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