Fix params on JekyllImport::WordPress.process so it's using hash

This commit is contained in:
Parker Moore 2013-09-15 23:13:02 +02:00
parent 30bce38ef2
commit ab4fb89043
1 changed files with 1 additions and 1 deletions

View File

@ -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