Skip to content

Commit aa6e581

Browse files
author
DJSchaffner
authored
Update README.md
1 parent 3d4403a commit aa6e581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a very basic parser that will parse a Java project into a single file for websites like CodinGame.
44
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.
55

6-
No guarantess this is bug free and respects all possible file structures in Rust but as of now this works for my purposes.
6+
No guarantess this is bug free and respects all possible file structures in Java but as of now this works for my purposes.
77
Feel free to open a ticket with feature requests or bug reports if you have / find any.
88

99
# Usage

0 commit comments

Comments
 (0)