Commit ff468882 authored by Alexander Ross Melnick's avatar Alexander Ross Melnick
Browse files

Update README.md

parent 81535552
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,7 +12,9 @@ https://docs.oracle.com/javase/tutorial/networking/urls/index.html

## Usage
To run the webcrawler, simply create a ScratchCrawler object and run the .crawl command with the seed URL as the arguement.

`ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object`

`crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page`