Skip to content

Commit 7d88a74

Browse files
committed
Update README.md
1 parent 80a24c8 commit 7d88a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ On other operating systems you need to generate PyMuPDF yourself. And of course
3838
- fitz configuration file `_mupdf_config.h` copy-replace to: `mupdf/include/fitz/config.h`. It contains configuration data like e.g. which fonts to support.
3939
- fitz error module `_error.c`, copy-replace to: `mupdf/source/fitz/error.c`. It redirects MuPDF warnings and errors so they can be intercepted by PyMuPDF.
4040
- PDF device module `_pdf-device.c` copy-replace to: `mupdf/source/pdf/pdf-device.c`. It fixes a bug which caused method `Document.convertToPDF()` to bring down the interpeter.
41-
- Now MuPDF can generated.
41+
- Now MuPDF can be generated.
4242

4343
Once this is done, adjust directories in ``setup.py`` and run ``python setup.py install``.
4444

0 commit comments

Comments
 (0)