Fix typo `pandocs` to `pandoc` (#6203)

Fixes https://github.com/hwchase17/langchain/issues/6204

### Context

An typo issue with `pandoc`.

#### Who can review?
@hwchase17
searx_updates
Ryo Kanazawa 11 months ago committed by GitHub
parent c7db9febb0
commit 7d2b946d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
"\n",
">[EPUB](https://en.wikipedia.org/wiki/EPUB) is an e-book file format that uses the \".epub\" file extension. The term is short for electronic publication and is sometimes styled ePub. `EPUB` is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers.\n",
"\n",
"This covers how to load `.epub` documents into the Document format that we can use downstream. You'll need to install the [`pandocs`](https://pandoc.org/installing.html) package for this loader to work."
"This covers how to load `.epub` documents into the Document format that we can use downstream. You'll need to install the [`pandoc`](https://pandoc.org/installing.html) package for this loader to work."
]
},
{
@ -19,7 +19,7 @@
"metadata": {},
"outputs": [],
"source": [
"#!pip install pandocs"
"#!pip install pandoc"
]
},
{

Loading…
Cancel
Save