docs: correctly capitalise node.js

This commit is contained in:
Frazer Smith
2025-03-21 18:08:22 +00:00
parent 160d1266f5
commit 055fd1d1cd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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",