diff --git a/README.md b/README.md index 1405ce4..75199a3 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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 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