From cab1de58480c5a2664cf7ebd87e50f31b1fa5eb0 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 1 Oct 2017 00:55:18 -0400
Subject: [PATCH] docs: Updated checklist in contributing.md.

ISSUES CLOSED: #21
---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dfce6aa9..ed0b5f53 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -70,9 +70,9 @@ then you can just skip this section.
 
 First ensure the package is prepared for the release process:
 
-* Make sure any references to the version number in the readme is updated
-  * Version number in dependency maven snippet.
-  * Add new version to javadoc version list.
+* Make sure any references to the version number is updated
+  * Version number in dependency maven snippet in `README.md` and `docs/getting_started.md`.
+  * Add new version to javadoc version list in `docs/index.md`.
 * Ensure that none of the dependencies used are snapshots.
 * Update the changelog file.
 * Check that all Ferma libraries used as dependencies point to the latest version.
-- 
GitLab