Skip to content

Commit

Permalink
chore: use impersonal language
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 30, 2025
1 parent 8898da8 commit 5ee481d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ updates:
- "eslint*"
ignore:
# Below are dependencies that have migrated to ESM
# in their next major version so we can't use them
# in their next major version so they cannot be updated
- dependency-name: camelcase
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Automerge Dependabot PRs

# **What it does**: Automatically merge Dependabot PRs that pass the CI workflow run.
# **Why we have it**: To keep our dependencies up-to-date, to avoid security issues.
# **Why we have it**: Keeps dependencies up-to-date, to avoid security issues.

on:
workflow_run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

# **What it does**: Runs our tests.
# **Why we have it**: We want our tests to pass before merging code.
# **What it does**: Runs tests.
# **Why we have it**: Ensures tests pass before merging code.

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `package.json` is published to npm, so everything we add is included in the installed tarball.
# `package.json` is published to npm, so everything added is included in the installed tarball.
# Removing the `files` key and replacing it with this `.npmignore` saves some bytes, which
# should improve installation performance slightly
*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ npm i node-poppler
### Linux and macOS/Darwin support

Windows binaries are provided with this repository.
For Linux users, you will need to download the `poppler-data` and `poppler-utils` binaries separately.
For Linux and Mac users, the `poppler-data` and `poppler-utils` binaries binary will need to be installed separately.

An example of downloading the binaries on a Debian system:

```
sudo apt-get install poppler-data poppler-utils
```

For macOS users, you can download the latest versions with [Homebrew](https://brew.sh/):
For macOS users, the binaries can be installed with [Homebrew](https://brew.sh/):

```
brew install poppler
Expand Down

0 comments on commit 5ee481d

Please sign in to comment.