Skip to content

Commit

Permalink
Fix namings
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Oct 18, 2024
1 parent d4bbf59 commit 7312196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It is gem for parsing pdf files.
## Installation

This gem requires `pdfinfo` app, part of `poppler-utils`.
And `imagemagick` as dependencies.
Also `imagemagick` required.

1. Install system dependencies:

Expand All @@ -21,8 +21,8 @@ And `imagemagick` as dependencies.

```shell script
sudo dnf install ImageMagick \
ImageMagick-devel \
poppler-utils
ImageMagick-devel \
poppler-utils
```

2. Install gem by command:
Expand Down

0 comments on commit 7312196

Please sign in to comment.