Skip to content

Commit

Permalink
Merge pull request #33119 from utilum/project_names_are_not_code
Browse files Browse the repository at this point in the history
Remove backticks around proejct names
  • Loading branch information
fxn committed Jun 11, 2018
2 parents a7d394b + b2d9c3f commit 5745bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions guides/source/active_storage_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ the box, Active Storage supports previewing videos and PDF documents.
</ul>
```

WARNING: Extracting previews requires third-party applications, `FFmpeg` for
video and `muPDF` for PDFs, and on macOS also `XQuartz` and `Poppler`.
WARNING: Extracting previews requires third-party applications, FFmpeg for
video and muPDF for PDFs, and on macOS also XQuartz and Poppler.
These libraries are not provided by Rails. You must install them yourself to
use the built-in previewers. Before you install and use third-party software,
make sure you understand the licensing implications of doing so.
Expand Down
6 changes: 3 additions & 3 deletions guides/source/development_dependencies_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ yarn install
```

Extracting previews, tested in ActiveStorage's test suite requires third-party
applications, `FFmpeg` for video and `muPDF` for PDFs, and on macOS also
`XQuartz` and `Poppler`.. Without these applications installed, ActiveStorage
tests will raise errors.
applications, FFmpeg for video and muPDF for PDFs, and on macOS also XQuartz
and Poppler. Without these applications installed, ActiveStorage tests will
raise errors.

On macOS you can run:

Expand Down

0 comments on commit 5745bea

Please sign in to comment.