Fix params on JekyllImport::WordPress.process so it's using hash
This commit is contained in:
parent
30bce38ef2
commit
ab4fb89043
|
@ -85,7 +85,7 @@ authentication system:
|
|||
|
||||
{% highlight bash %}
|
||||
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpress";
|
||||
JekyllImport::WordPress.process("database", "user", "pass", "127.0.0.1")'
|
||||
JekyllImport::WordPress.process({:host => "127.0.0.1", :dbname => "database", :user => "user", :pass => "pass"})'
|
||||
{% endhighlight %}
|
||||
|
||||
### Further WordPress migration alternatives
|
||||
|
|
Loading…
Reference in New Issue