little readme fix

This commit is contained in:
Noah Levitt 2016-08-12 17:02:41 -07:00
parent c9bc9fb67d
commit ed7e01210d
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Mac instructions:
brozzler-easy
At this point brozzler-easy will start brozzling your site. Results will be
immediately available for playback in pywb at http://localhost:8091/brozzler/.
immediately available for playback in pywb at http://localhost:8880/brozzler/.
*Brozzler-easy demonstrates the full brozzler archival crawling workflow, but
does not take advantage of brozzler's distributed nature.*

View File

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b6.dev76',
version='1.1b6.dev77',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',