From 767c23e5b611423412e8afa9dcf1f4d38495a891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Gon=C3=A7alves?= <41911940+mateuscgoncalves@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:58:20 +0200 Subject: [PATCH] docs: fix clone URL and directory in README setup instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c637bd..e9a289a 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,8 @@ We welcome contributions! See our [contributing guide](CONTRIBUTING.md) for deta ```bash # Clone the repo -git clone https://github.com/libpdf/core.git -cd libpdf +git clone https://github.com/LibPDF-js/core.git +cd core # Install dependencies bun install