Skip to content

Commit 57201f1

Browse files
authored
Added 2nd edition link, minor wording changes
1 parent 40a9e5f commit 57201f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Web Scraping with Python Code Samples
22

3-
These code samples are for the book <a href="http://shop.oreilly.com/product/0636920078067.do">Web Scraping with Python</a>
3+
These code samples are for the book <a href="http://shop.oreilly.com/product/0636920078067.do">Web Scraping with Python 2nd Edition</a>
44

55
If you're looking for the first edition code files, they can be found in the <a href="https://github.com/REMitchell/python-scraping/tree/master/v1">v1</a> directory.
66

77
Most code for the second edition is contained in <a href="https://jupyter.org/install.html">Jupyter notebooks</a>. Although these files can be viewed directly in your browser in Github, some formatting changes and oddities may occur. I recommend that you clone the repository, install Jupyter, and view them locally for the best experience.
88

9-
The web changes, libraries update, and I not infrequently make mistakes or typos. If you think you've spotted an error, please feel free to make a pull request against this repository.
9+
The web changes, libraries update, and make mistakes and typos more frequently than I'd like to admit! If you think you've spotted an error, please feel free to make a pull request against this repository.

0 commit comments

Comments
 (0)