From 62c1016961bac18f25da8885a03de5feb54f561b Mon Sep 17 00:00:00 2001 From: Subhrajyoti Sen Date: Sat, 25 Mar 2017 11:25:06 +0530 Subject: [PATCH] Update README to new markdown specs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a59bb5c..233201b 100644 --- a/README.md +++ b/README.md @@ -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: