Update Wordpressdotcom migrator example to match jekyll-import initial beta2. Fixes #1281.

This commit is contained in:
Parker Moore 2013-07-08 14:55:55 +02:00
parent 2bc050133c
commit be91ee3df2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ exported file is saved as `wordpress.xml`, here is the command you need to run:
{% highlight bash %} {% highlight bash %}
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom"; $ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom";
JekyllImport::WordpressDotCom.process("wordpress.xml")' JekyllImport::WordpressDotCom.process({ :source => "wordpress.xml" })'
{% endhighlight %} {% endhighlight %}
<div class="note"> <div class="note">