bin/check-links in link-checker-0.0.0 vs bin/check-links in link-checker-0.1.0

- old
+ new

@@ -3,6 +3,6 @@ require 'link_checker' # Assume the 'public' directory is the site unless otherwise specified. site_path = ARGV[0] || 'public' -Link::Checker.new(site_path).check_links +LinkChecker.new(site_path).check_links \ No newline at end of file