From aa6e581878d09b3887c06a4d0b33bd1651de1569 Mon Sep 17 00:00:00 2001 From: DJSchaffner Date: Mon, 24 May 2021 15:47:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93dfab1..9785fd3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a very basic parser that will parse a Java project into a single file for websites like CodinGame. It will recursively find all java files in the java project and insert everything into a single file in the order the files are found. -No guarantess this is bug free and respects all possible file structures in Rust but as of now this works for my purposes. +No guarantess this is bug free and respects all possible file structures in Java but as of now this works for my purposes. Feel free to open a ticket with feature requests or bug reports if you have / find any. # Usage