From 86678347267d4dfa281a891b61807696c7137ac8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 18 Jan 2020 07:23:32 +0000 Subject: [PATCH] docs: add contributing section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e259fe66..3e712fb0 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,10 @@ await poppler.pdfToText(options, file).then((res) => { }); ``` +# Contributing + +Please see [CONTRIBUTING.md](https://github.com/Fdawgs/node-poppler/blob/master/CONTRIBUTING.md) for more details regarding contributing to this project. + # License `node-poppler` is licensed under the [MIT](https://github.com/Fdawgs/node-poppler/blob/master/LICENSE) license.