Skip to content

Commit 62c1016

Browse files
Update README to new markdown specs
1 parent 2a9d76d commit 62c1016

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#PyPDF2
1+
# PyPDF2
22

33
PyPDF2 is a pure-python PDF library capable of
44
splitting, merging together, cropping, and transforming
@@ -10,22 +10,22 @@ as merge entire files together.
1010
Homepage
1111
http://mstamy2.github.io/PyPDF2/
1212

13-
##Examples
13+
## Examples
1414

1515
Please see the `Sample_Code` folder.
1616

17-
##Documentation
17+
## Documentation
1818

1919
Documentation is available at
2020
https://pythonhosted.org/PyPDF2/
2121

2222

23-
##FAQ
23+
## FAQ
2424
Please see
2525
http://mstamy2.github.io/PyPDF2/FAQ.html
2626

2727

28-
##Tests
28+
## Tests
2929
PyPDF2 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder.
3030
Tests can be run from the command line by:
3131

0 commit comments

Comments
 (0)