Merge pull request #1107 from pauloppenheim/master

doc fix: migrations - wordpressdotcom command
This commit is contained in:
Parker Moore 2013-05-15 04:43:57 -07:00
commit 77ddb2765b
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ Next, export your blog using the Wordpress export utility. Assuming that the
exported file is saved as `wordpress.xml`, here is the command you need to run:
{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll/migrators/wordpressdotcom";
Jekyll::WordpressDotCom.process("wordpress.xml")'
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom";
JekyllImport::WordpressDotCom.process("wordpress.xml")'
{% endhighlight %}
<div class="note">