Skip to content

Commit 9f91c27

Browse files
authored
DOC: Tweak README.md (#3217)
1 parent 7c0c467 commit 9f91c27

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ page = reader.pages[0]
5050
text = page.extract_text()
5151
```
5252

53-
pypdf can do a lot more, e.g. splitting, merging, reading and creating
54-
annotations, decrypting and encrypting, and more. Check out [the
55-
documentation](https://pypdf.readthedocs.io/en/stable/) for additional usage
53+
pypdf can do a lot more, e.g. splitting, merging, reading and creating annotations, decrypting and encrypting. Check out the
54+
[documentation](https://pypdf.readthedocs.io/en/stable/) for additional usage
5655
examples!
5756

5857
For questions and answers, visit
@@ -67,9 +66,7 @@ See the [CONTRIBUTING.md](https://github.com/py-pdf/pypdf/blob/main/CONTRIBUTING
6766

6867
### Q&A
6968

70-
The experience pypdf users have covers the whole range from beginners who
71-
want to make their live easier to experts who developed software before PDF
72-
existed. You can contribute to the pypdf community by answering questions
69+
The experience pypdf users have covers the whole range from beginner to expert. You can contribute to the pypdf community by answering questions
7370
on [StackOverflow](https://stackoverflow.com/questions/tagged/pypdf),
7471
helping in [discussions](https://github.com/py-pdf/pypdf/discussions),
7572
and asking users who report issues for [MCVE](https://stackoverflow.com/help/minimal-reproducible-example)'s (Code + example PDF!).

0 commit comments

Comments
 (0)