From d284c81e1620d60b4379036427df8a7a16549fcf Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Tue, 5 Oct 2021 21:01:55 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7825759..cfa4921 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ The files in this package implement JSON encoders and decoders. The package can The license includes this restriction: ["The software shall be used for good, not evil."](https://en.wikipedia.org/wiki/Douglas_Crockford#%22Good,_not_Evil%22) If your conscience cannot live with that, then choose a different package. -**If you would like to contribute to this project** +# If you would like to contribute to this project + +For more information on contributions, please see [CONTRIBUTING.md](https://github.com/stleary/JSON-java/blob/master/CONTRIBUTING.md) Bug fixes, code improvements, and unit test coverage changes are welcome! Because this project is currently in the maintenance phase, the kinds of changes that can be accepted are limited. For more information, please read the [FAQ](https://github.com/stleary/JSON-java/wiki/FAQ).