From e7761eaaaafdd33f6380a6c6dfcc5e5c827c0fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lionel=20F=C3=A9licit=C3=A9?= Date: Sun, 20 Sep 2020 16:26:50 +0200 Subject: [PATCH] [DOC] fix typos --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f42a2da..1cf915c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,9 +32,11 @@ Then just run the `./autogen.sh` to generate the added or updated node classes. > IMPORTANT NOTE: To run `autogen.sh`, you need [round][round] and > [inkscape][inkscape] command lines that are used for cleaning the image -> resource filenames. Or you should the docker image +> resource filenames. > > macOS users can download the inkscape via Homebrew. +> +> Or you should use the docker image. [DEVELOPMENT.md]: ./DEVELOPMENT.md [round]: https://github.com/mingrammer/round @@ -53,7 +55,9 @@ Then just run the `./autogen.sh` to generate the added or updated aliases. (cf. > IMPORTANT NOTE: To run `autogen.sh`, you need [round][round] and > [inkscape][inkscape] command lines that are used for clearning the image -> resource filenames. Or you should the docker image +> resource filenames. +> +> Or you should use the docker image. ## Run Tests