forked from github/pelican
Fixed a typo
BeatifulSoup -> Beautiful Soup
This commit is contained in:
parent
be040715f9
commit
696caac9b0
1 changed files with 2 additions and 2 deletions
|
|
@ -24,10 +24,10 @@ Dependencies
|
|||
|
||||
``pelican-import`` has two dependencies not required by the rest of pelican:
|
||||
|
||||
- BeautifulSoup
|
||||
- Beautiful Soup
|
||||
- pandoc
|
||||
|
||||
BeatifulSoup can be installed like any other Python package::
|
||||
Beautiful Soup can be installed like any other Python package::
|
||||
|
||||
$ pip install BeautifulSoup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue