Merge pull request #336 from SubhrajyotiSen/patch-1

Update README to new markdown specs
This commit is contained in:
Matthew Stamy 2017-08-06 16:57:04 -05:00 committed by GitHub
commit b9caeed5a8
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#PyPDF2
# PyPDF2
PyPDF2 is a pure-python PDF library capable of
splitting, merging together, cropping, and transforming
@ -10,22 +10,22 @@ as merge entire files together.
Homepage
http://mstamy2.github.io/PyPDF2/
##Examples
## Examples
Please see the `Sample_Code` folder.
##Documentation
## Documentation
Documentation is available at
https://pythonhosted.org/PyPDF2/
##FAQ
## FAQ
Please see
http://mstamy2.github.io/PyPDF2/FAQ.html
##Tests
## Tests
PyPDF2 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder.
Tests can be run from the command line by: