From 73f6f510fe7dbb2e5a95add9750a09b7c43e845f Mon Sep 17 00:00:00 2001 From: Taha Yassine <40228615+taha-yassine@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:16:33 +0100 Subject: [PATCH] fix: update link in readme Fix link to the "Run the library in a container" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d70d61eb..62a478cdff 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ As the Chipper model is in beta version, we welcome feedback and suggestions. Fo ## :eight_pointed_black_star: Quick Start There are several ways to use the `unstructured` library: -* [Run the library in a container](https://github.com/Unstructured-IO/unstructured#using-the-library-in-a-container) or +* [Run the library in a container](https://github.com/Unstructured-IO/unstructured#run-the-library-in-a-container) or * Install the library 1. [Install from PyPI](https://github.com/Unstructured-IO/unstructured#installing-the-library) 2. [Install for local development](https://github.com/Unstructured-IO/unstructured#installation-instructions-for-local-development)