Skip to content

Commit 5ad9fd1

Browse files
committed
Merge pull request #69 from tricknotes/improve-message
Improve to describe gem 'github-linguist'
2 parents c975ca8 + 19be527 commit 5ad9fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html/pipeline/syntax_highlight_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
begin
22
require 'linguist'
33
rescue LoadError
4-
raise LoadError, "You need to install linguist before using the SyntaxHighlightFilter. See README.md for details"
4+
raise LoadError, "You need to install 'github-linguist' before using the SyntaxHighlightFilter. See README.md for details"
55
end
66

77
module HTML

0 commit comments

Comments
 (0)