From 6223d08e2b8f06020cea8f9690ae1527a545f0ea Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 30 May 2024 21:58:45 +0200 Subject: [PATCH] Fix typo --- packages/react-pdf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-pdf/README.md b/packages/react-pdf/README.md index 11f1ae811..121af89a1 100644 --- a/packages/react-pdf/README.md +++ b/packages/react-pdf/README.md @@ -49,7 +49,7 @@ The following browsers are supported out of the box in React-PDF v9: - Safari ≥17.4 - Firefox ≥121 -You may extend the list of supported browsers by providing additional polyfills (e.g. for `Array.prototype.at`, `Promise.allSettled` or `Promise.withResolvers`) and either configuring your bundler to transpile `pdfjs-dist` and using [legacy PDF.js worker](#legacy-pdfjs-worker). +You may extend the list of supported browsers by providing additional polyfills (e.g. for `Array.prototype.at`, `Promise.allSettled` or `Promise.withResolvers`) and either configuring your bundler to transpile `pdfjs-dist` or using [legacy PDF.js worker](#legacy-pdfjs-worker). If you need to support older browsers, you will need to use React-PDF v6 or earlier.