diff --git a/README.md b/README.md index 4d08951..1ce79fa 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ [![Coverage status](https://coveralls.io/repos/github/Fdawgs/node-poppler/badge.svg?branch=main)](https://coveralls.io/github/Fdawgs/node-poppler?branch=main) [![code style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier) -> Asynchronous node.js wrapper for the Poppler PDF rendering library +> Asynchronous Node.js wrapper for the Poppler PDF rendering library ## Overview [Poppler](https://poppler.freedesktop.org/) is a PDF rendering library that also includes a collection of utility binaries, which allows for the manipulation and extraction of data from PDF documents such as converting PDF files to HTML, TXT, or PostScript. -The `node-poppler` module provides an asynchronous node.js wrapper around said utility binaries for easier use. +The `node-poppler` module provides an asynchronous Node.js wrapper around said utility binaries for easier use. ## Installation diff --git a/package.json b/package.json index 205d33a..d973b1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-poppler", "version": "7.2.4", - "description": "Asynchronous node.js wrapper for the Poppler PDF rendering library", + "description": "Asynchronous Node.js wrapper for the Poppler PDF rendering library", "keywords": [ "async", "attach",