require html-proofer, not html/proofer

This commit is contained in:
Ben Balter 2017-04-04 09:50:57 -04:00
parent 46c8238f50
commit 7de7c7a497
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "jekyll"
require "jekyll-seo-tag"
require "html/proofer"
require "html-proofer"
ENV["JEKYLL_LOG_LEVEL"] = "error"