From cb163f8ac78e4d0a47427cac8c5498d23fb62fa6 Mon Sep 17 00:00:00 2001 From: SemvdH <45453592+SemvdH@users.noreply.github.com> Date: Mon, 20 Jan 2020 17:31:57 +0100 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..59bd236 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# WebCrawler +a small little web crawler that searches for a word you give it + +## Usage +to run the jar via the command line: +`java -jar /WebCrawler.jar`