Fix demo, update readme

This commit is contained in:
Dima Gerasimov 2019-11-15 08:17:44 +00:00
parent db3d4ed97b
commit d0b787c4c2
3 changed files with 11 additions and 9 deletions

View file

@ -51,7 +51,7 @@ from pprint import pprint
for page in my.hypothesis.get_pages()[:8]:
print('URL: ' + page.link)
print('Title: ' + page.title)
print('{} annotations'.format(len(page.annotations)))
print('{} annotations'.format(len(page.highlights)))
print()
'''])