From 981c0bdcd80a78cc8d77fd4947deff33cddfc01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 30 Aug 2015 16:00:06 +0300 Subject: [PATCH] #228 Added link to developer wiki --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b3bad5138..1b79013bf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ # Table of Contents - Introduction + - How to contribute - Frequently Asked Questions - Credits - License @@ -34,6 +35,11 @@ problems, and it also improves code readability for coders and architects who are familiar with the patterns. +# How to contribute [↑](#top) + +If you are willing to contribute to the project you will find the relevant information in our [developer wiki](https://github.com/iluwatar/java-design-patterns/wiki). + + # Frequently asked questions [↑](#top) **Q: What is the difference between State and Strategy patterns?**