From e9d0b86cc541413dc8516dbd5675b14c1453d0c1 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 27 Sep 2016 12:55:53 -0400 Subject: [PATCH] README.md: fix sample code directory name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23a1eef..a59bb5c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ http://mstamy2.github.io/PyPDF2/ ##Examples -Please see `sample code` folder +Please see the `Sample_Code` folder. ##Documentation @@ -31,4 +31,4 @@ Tests can be run from the command line by: ```bash python -m unittest Tests.tests -``` \ No newline at end of file +```