From 73411fc5beab59778abd6b76f2947169d4ff4be2 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 26 Aug 2018 19:55:29 +0200 Subject: [PATCH] Add contribute section in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6abf80d..d1a8ff4 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,10 @@ You can enable some protocol debugging output using `DEBUG` environment variable DEBUG="minecraft-protocol" node [...] ``` +## Contribute + +Please read https://github.com/PrismarineJS/prismarine-contribute + ## History See [history](HISTORY.md)