Skip to content

Commit 0b66a46

Browse files
committed
updated README.md with contribution section
1 parent 95ffa2c commit 0b66a46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Java 8: The Missing Tutorial
33

44
Java 8 is not a new topic anymore. There are many good books published on it. Still I meet many Java developers unaware of the power of Java 8. The goal of this microbook is to cover some of the most important Java 8 features and how they can help developers in their day to day programming. This is based on my [7 days with Java 8](http://shekhargulati.com/7-days-with-java-8/) blog series.
55

6+
## Contributing to the Java 8: The Missing Tutorial
7+
8+
Please contribute if you see an error or something that could be better! Raise an [issue](https://github.com/shekhargulati/java8-the-missing-tutorial/issues) or send me a pull request to improve. Contributions of all kinds, including corrections, additions, improvements, and translations, are welcome!
9+
610
## Table of Contents
711

812
* [Default and Static Methods for Interfaces](./01-default-static-interface-methods.md)

0 commit comments

Comments
 (0)