Update Wordpressdotcom migrator example to match jekyll-import initial beta2. Fixes #1281.
This commit is contained in:
parent
2bc050133c
commit
be91ee3df2
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue