diff --git a/README.md b/README.md index 68341d2..2b82ae5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It's recommended to install the wheel file (.whl) of it with pip3: ## Manual -see `src/example.pdf` +see `src/manual.pdf` ## Packaging diff --git a/src/Clochur/__init__.py b/src/Clochur/__init__.py index b47daa3..230735e 100755 --- a/src/Clochur/__init__.py +++ b/src/Clochur/__init__.py @@ -31,7 +31,7 @@ dirname = os.path.abspath(os.path.dirname(__file__)) #os.path.dirname('__file__') PDFJS = os.path.join(dirname, '../thirdparty/pdfjs/web/viewer.html') -PDF = os.path.join(os.path.dirname(dirname), 'example.pdf') +PDF = os.path.join(os.path.dirname(dirname), 'manual.pdf') app = None diff --git a/src/example.pdf b/src/manual.pdf similarity index 100% rename from src/example.pdf rename to src/manual.pdf