From 9a629274bc058375a8c6dbfe659caabb6ec2e721 Mon Sep 17 00:00:00 2001 From: Amit Saxena Date: Thu, 1 Jun 2017 13:45:48 +0530 Subject: [PATCH] Fix typo in Readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 883a57e..35f2074 100644 --- a/readme.md +++ b/readme.md @@ -390,7 +390,7 @@ Here are some different ways to interpret the modules: - modules like `mimeograph`, `hummus` and `pdf-extract` each combine multiple lower level modules to expose a high level API - a lot of modules seem to sit on top of the `pdftotext`/`poppler` unix command line tools -Lets compare the differences between `pdftotextjs` and `pdf-text-extract`, both of which are are wrappers around the `pdftotext` utility. +Lets compare the differences between `pdftotextjs` and `pdf-text-extract`, both of which are wrappers around the `pdftotext` utility. ![pdf-modules](pdf-modules.png)