Fix typos.
This commit is contained in:
parent
ac6f09752d
commit
65df20ac10
|
@ -25,10 +25,10 @@ $ gem install jekyll-import --pre
|
|||
{% endhighlight %}
|
||||
|
||||
<div class="note warning">
|
||||
<h5>Jekyll-import, requires you to manually install some dependencies.</h5>
|
||||
<p markdown="1">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
|
||||
<h5>Jekyll-import requires you to manually install some dependencies.</h5>
|
||||
<p markdown="1">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.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue