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

Update README.md

parent b24b5cd1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -10,4 +10,11 @@ Language checker and corrector by Reza Sajjadi
## Sources
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

`