Skip to content

Commit

Permalink
small tweaks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Nov 2, 2022
1 parent 7c114d8 commit b6c17e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Why?
----

The most popular libraries for writing PDFs are quite old and inspired by Java and PHP.
*PDFje* aims to be a modern, Pythonic library with a more declarative API.
*PDFje* is a modern, Pythonic library with a more declarative API.

How does it work?
-----------------
Expand All @@ -41,7 +41,6 @@ How does it work?
... Page([Text("Hello", at=(200, 700)), Text("World", at=(300, 670))]),
... Page(),
... Page([Text("This is the last page!", at=(300, 600))]),
...
... ]).to_path('hello.pdf')
See `the docs <https://pdfje.rtfd.io>`_ for a complete overview.
Expand Down

0 comments on commit b6c17e4

Please sign in to comment.