Results 2 comments of Kunal Vats

At line 87 use this instead: ``` with open('README.md',encoding='utf8') as readme: readme_html = mistune.markdown(readme.read(),encoding='utf8') readme_soup = BeautifulSoup.BeautifulSoup(readme_html, "html.parser") ```