Fix typo in README

This commit is contained in:
Piotr Findeisen
2021-03-05 21:43:12 +01:00
committed by Peter Palaga
parent d1e916fe4f
commit b4f4c5fc10

View File

@@ -173,6 +173,6 @@ $ ls -lh target/mvnd
=== Known issues and limitations
* Parallel build, hence `mvnd`, don't play well with `-rf` maven option at the monet. If you use the `-rf` maven option with `mvnd` you have no guarantee that all the modules will have been built (There are some improvements planned on this in the next `mvnd` releases).
* Parallel build, hence `mvnd`, don't play well with `-rf` maven option at the moment. If you use the `-rf` maven option with `mvnd` you have no guarantee that all the modules will have been built (There are some improvements planned on this in the next `mvnd` releases).
We're happy to improve `mvnd`, so feedback is most welcomed!