From c92422dcc0b4dabd3c5f77bab29c605f4f6dfc46 Mon Sep 17 00:00:00 2001 From: Ramon Caballero Date: Thu, 15 Aug 2024 15:06:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 085c006..608974a 100644 --- a/README.md +++ b/README.md @@ -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