aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-06-11 22:45:28 +0200
committerutilum <oz@utilum.com>2018-06-11 22:57:03 +0200
commitb2d9c3f9ca3fb03ec93629c63de03d28457408a5 (patch)
treec718979e2bfd258e96760c517ed1f866433cfdb9 /guides/source/active_storage_overview.md
parenta078cf0189a80cce0e0d1a0371a4b8aa1115abb9 (diff)
downloadrails-b2d9c3f9ca3fb03ec93629c63de03d28457408a5.tar.gz
rails-b2d9c3f9ca3fb03ec93629c63de03d28457408a5.tar.bz2
rails-b2d9c3f9ca3fb03ec93629c63de03d28457408a5.zip
Remove backticks around proejct names
[ci skip]
Diffstat (limited to 'guides/source/active_storage_overview.md')
-rw-r--r--guides/source/active_storage_overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index e7a94fc510..e924dc1e0a 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -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.