From 5a38891108f94c766a726759d3625415c67fc176 Mon Sep 17 00:00:00 2001 From: Giovanni HoSang Date: Tue, 3 Apr 2018 04:05:04 -0700 Subject: [PATCH] Updated readme Made line 115 read "Contributors may close an issue..." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abec9cc2..ee46026c 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ You will get your deployable WAR in the `docs-web/target` directory. Contributing ------------ -All contributions are more than welcomed. Contributions may close an issue, fix a bug (reported or not reported), improve the existing code, add new feature, and so on. +All contributions are more than welcomed. Contributors may close an issue, fix a bug (reported or not reported), improve the existing code, add new feature, and so on. The `master` branch is the default and base branch for the project. It is used for development and all Pull Requests should go there.