Skip to content

Commit a3ecb46

Browse files
authored
Fix broken close bracket.
1 parent 02e3556 commit a3ecb46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use this library in your project, add this to your dependencies:
88
<groupId>com.ginsberg</groupId>
99
<artifactId>java-timestream</artifactId>
1010
<version>1.0.0</version>
11-
</dependency
11+
</dependency>
1212
```
1313

1414
These are fully functional streams, so you can use them like any other stream, once created.
@@ -82,4 +82,4 @@ There are also plenty of examples in the unit tests.
8282

8383
## Contributing and Issues
8484

85-
Please feel free to file issues for change requests or bugs. If you would like to contribute new functionality, please contact me first!
85+
Please feel free to file issues for change requests or bugs. If you would like to contribute new functionality, please contact me first!

0 commit comments

Comments
 (0)