Fixed a typo

BeatifulSoup -> Beautiful Soup
This commit is contained in:
Peter Desmet 2013-01-07 10:49:51 +01:00
commit 696caac9b0

View file

@ -24,10 +24,10 @@ Dependencies
``pelican-import`` has two dependencies not required by the rest of pelican: ``pelican-import`` has two dependencies not required by the rest of pelican:
- BeautifulSoup - Beautiful Soup
- pandoc - pandoc
BeatifulSoup can be installed like any other Python package:: Beautiful Soup can be installed like any other Python package::
$ pip install BeautifulSoup $ pip install BeautifulSoup