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

Update README.md

parent f52f51c9
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -12,9 +12,7 @@ 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
`ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object`
`crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page`

`