Skip to content

Commit

Permalink
Fixed some typos (#1162)
Browse files Browse the repository at this point in the history
The Wikipedia data connector was labeled as Airtable.
  • Loading branch information
jackretterer authored Aug 22, 2023
1 parent db8af4f commit f639d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/upstream_connectors/wikipedia.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Airtable
Wikipedia
==========
Connect Airtable to your preprocessing pipeline, and batch process all your documents using ``unstructured-ingest`` to store structured outputs locally on your filesystem.

First you'll need to install the Airtable dependencies as shown here.
First you'll need to install the Wikipedia dependencies as shown here.

.. code:: shell
pip install "unstructured[airtable]"
pip install "unstructured[wikipedia]"
Run Locally
-----------
Expand Down

0 comments on commit f639d04

Please sign in to comment.