From 794cb146103555ffe0b4dcf2eecfe1db9f969f8e Mon Sep 17 00:00:00 2001 From: Antony Nevis Date: Sat, 6 Apr 2024 14:02:46 +1100 Subject: [PATCH] Added a link to developer guide in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3fad707..727ba2b 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ python json_to_markdown/convert.py --output-file output.md --json-file test.json python json_to_markdown/convert.py --output-file output.md --yaml-file test.yaml ``` +## Developer Guide +Please see the [DEVELOPER.md](docs/DEVELOPER.md) file for more information on how to contribute to this project. + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.