diff --git a/README.md b/README.md index e20b07a..7025fc0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you want to delete a specific paragraph then please enter the command del and ```INDEX``` Please enter the command index to show the index. -#Print the Text +#PRINT the Text ```PRINT``` Please enter the command print to print out the current text you have. To change the output format, use the commands ```FORMAT FIX``` and ```FORMAT RAW``` diff --git a/test/TextInputTest.java b/test/TextInputTest.java deleted file mode 100644 index 10c5df2..0000000 --- a/test/TextInputTest.java +++ /dev/null @@ -1,10 +0,0 @@ -import org.junit.jupiter.api.Test; - -class TextInputTest { - - @Test - public void inputTest() { - - } - -} \ No newline at end of file