Skip to content

Commit 1861cc8

Browse files
authored
Update README.md
1 parent de3ff70 commit 1861cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.com/mtumilowicz/java11-enum-clean-code.svg?branch=master)](https://travis-ci.com/mtumilowicz/java11-enum-clean-code)
22

3-
#java11-enum-clean-code
3+
# java11-enum-clean-code
44
Overview of how to to construct modern enums using lambda.
55

66
# project description
@@ -61,4 +61,4 @@ public void isBusinessShowcase() {
6161
.filter(administration().or(operational()))
6262
.forEach(title -> System.out.println("Performed action for: " + title));
6363
}
64-
```
64+
```

0 commit comments

Comments
 (0)