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?**