diff --git a/site/docs/migrations.md b/site/docs/migrations.md index 99bc1695..a70143af 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -57,7 +57,7 @@ exported file is saved as `wordpress.xml`, here is the command you need to run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom"; - JekyllImport::WordpressDotCom.process("wordpress.xml")' + JekyllImport::WordpressDotCom.process({ :source => "wordpress.xml" })' {% endhighlight %}