commit
49573b6fcf
|
@ -63,8 +63,8 @@ You can also invoke `html-proofer` in Ruby scripts (e.g. in a Rakefile):
|
||||||
{% highlight ruby %}
|
{% highlight ruby %}
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
require 'html/proofer'
|
require 'html-proofer'
|
||||||
HTML::Proofer.new("./_site").run
|
HTMLProofer.check_directory("./_site").run
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Options are given as a second argument to `.new`, and are encoded in a
|
Options are given as a second argument to `.new`, and are encoded in a
|
||||||
|
|
Loading…
Reference in New Issue