From 65df20ac1005be1f9f3e46adbbc275f24c999ac9 Mon Sep 17 00:00:00 2001 From: albertogg Date: Thu, 10 Oct 2013 21:21:37 -0430 Subject: [PATCH] Fix typos. --- site/docs/migrations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index fa62bd9f..12290e29 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -25,10 +25,10 @@ $ gem install jekyll-import --pre {% endhighlight %}
-
Jekyll-import, requires you to manually install some dependencies.
-

If you are importing you blog from Drupal 6,7, Joomla, - Mephisto, Movable Type, Textpattern or Typo (with mysql db), you need to install - `mysql` and `sequel` gems. If you are importing from WordPress database, you +

Jekyll-import requires you to manually install some dependencies.
+

If you are importing your blog from Drupal 6,7, Joomla, + Mephisto, Movable Type, Textpattern, or Typo (with mysql db), you need to install + `mysql` and `sequel` gems. If you are importing from a WordPress database, you need to install `mysql2` and `sequel` gems, and if you are importing from Enki or Typo (with postgresql db) you need to install `pg` and `sequel` gems.