From ecdfb7a07c6d3019c55b5989017f2b8f18c5a514 Mon Sep 17 00:00:00 2001 From: Taha Yassine <40228615+taha-yassine@users.noreply.github.com> Date: Thu, 16 May 2024 07:48:53 +0200 Subject: [PATCH] fix: update link in readme (#2493) 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 19e720b8e..65960d262 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,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)