Update JekyllImport::WordPress instructions on docs site.

Closes #1548.
This commit is contained in:
Parker Moore 2013-09-14 20:16:26 -04:00
parent 5355fcf02d
commit 97cb3f1336
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ here's how:
{% highlight bash %} {% highlight bash %}
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpress"; $ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpress";
JekyllImport::WordPress.process("database", "user", "pass")' JekyllImport::WordPress.process({:database => "database", :user => "user", :pass => "pass"})'
{% endhighlight %} {% endhighlight %}
If you are using Webfaction and have to set up an [SSH If you are using Webfaction and have to set up an [SSH