From 4faf64932e7b60b8853eb8e0c0eab7f75a8e74e2 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sat, 9 Nov 2019 02:02:31 +0900 Subject: [PATCH] Fix typo (#12) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2bb65a..ed7f9b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PDF-To-Markdown Converter -Javascript tool to parse PDF files and convert them into Markdwon format. Online version at http://pdf2md.morethan.io! +Javascript tool to parse PDF files and convert them into Markdown format. Online version at http://pdf2md.morethan.io! ## Major Changes @@ -34,4 +34,4 @@ Use the [issue tracker](https://github.com/jzillmann/pdf-to-markdown/issues) and ## Credits -[pdf.js](https://mozilla.github.io/pdf.js/) - Mozilla's PDF parsing & rendering platform which is used as a raw parser \ No newline at end of file +[pdf.js](https://mozilla.github.io/pdf.js/) - Mozilla's PDF parsing & rendering platform which is used as a raw parser