From edb2e78660ecffae1ee34da741156f1718da3d0f Mon Sep 17 00:00:00 2001 From: Mohamed Maaliki Date: Wed, 9 Feb 2022 22:52:55 +0000 Subject: [PATCH] add "Together" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ebb157..a41790e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ This repository contains a Java compiler plugin and an IntelliJ plugin. The former disables exception checking in javac and the latter disables exception checking in the IDE. -These plugins enable code like +Together these plugins enable code like ```java public static void evilMethod() { Files.writeString(Path.of("file.txt"), "text");