Skip to content

Commit

Permalink
Merge pull request #264 from repeterat/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aerkalov committed Nov 27, 2022
2 parents d4febc0 + 6d18553 commit 5d7bf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ Writing

# create chapter
c1 = epub.EpubHtml(title='Intro', file_name='chap_01.xhtml', lang='hr')
c1.content=u'<h1>Intro heading</h1><p>Zaba je skocila u baru.</p><p><img alt="[ebook logo]" src="istatic/ebooklib.gif"/><br/></p>'
c1.content=u'<h1>Intro heading</h1><p>Zaba je skocila u baru.</p><p><img alt="[ebook logo]" src="static/ebooklib.gif"/><br/></p>'

# create image from the local image
image_content = open('ebooklib.gif', 'rb').read()
Expand Down

0 comments on commit 5d7bf31

Please sign in to comment.