Fix JekyllImport::WordPress instructions on docs site to use hash as parameter.
See comment by @grobmeier on 97cb3f1336
This commit is contained in:
parent
94eed46436
commit
30bce38ef2
|
@ -74,7 +74,7 @@ here's how:
|
|||
|
||||
{% highlight bash %}
|
||||
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpress";
|
||||
JekyllImport::WordPress.process({:database => "database", :user => "user", :pass => "pass"})'
|
||||
JekyllImport::WordPress.process({:dbname => "database", :user => "user", :pass => "pass"})'
|
||||
{% endhighlight %}
|
||||
|
||||
If you are using Webfaction and have to set up an [SSH
|
||||
|
|
Loading…
Reference in New Issue