From 0411b95be53d70bb2beda959a55462fa81c8a014 Mon Sep 17 00:00:00 2001 From: Bamdad Sabbagh Date: Tue, 26 Mar 2024 17:31:40 +0100 Subject: [PATCH] chore: Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c73bc0..4cb5835 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ Say goodbye to unavailable ads. ## 🚀 Download -[ **Chrome**](https://chrome.google.com/webstore/detail/pdf-exporter-for-leboncoi/mifkoblilhehppoemadbhopbbijpifcj) + [**Chrome**](https://chrome.google.com/webstore/detail/pdf-exporter-for-leboncoi/mifkoblilhehppoemadbhopbbijpifcj) -[ **Firefox**](https://addons.mozilla.org/firefox/addon/leboncoin-pdf/) + [**Firefox**](https://addons.mozilla.org/firefox/addon/leboncoin-pdf/) ## 🖊 Contribute @@ -52,10 +52,10 @@ outputs in `dist` ```bash # firefox -yarn dev:firefox +pnpm dev:firefox # chrome -yarn dev:chrome +pnpm dev:chrome ``` ### Build environment @@ -63,5 +63,5 @@ yarn dev:chrome outputs in `packages` ```bash -yarn build +pnpm build ```