Update README.md

This commit is contained in:
Ramon Caballero 2024-08-15 15:06:32 +01:00
parent 0d0aa62948
commit c92422dcc0
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ Example on how to use assertions in Java
## Run
Assertions need to be enabled with `-ea` or `-enableassertions`
`java -ea -cp ./bin Assertions`
## Notes