From e3865f8a1a7aa9eca4cea5cd23aa9cf0988311b3 Mon Sep 17 00:00:00 2001 From: Team Fineshop Design Date: Sat, 23 Mar 2024 08:58:15 +0530 Subject: [PATCH] docs: add @cf-wasm/photon for Cloudflare Workers --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01955cd..e467a46 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,13 @@ npm install @silvia-odwyer/photon-node +#### Using Cloudflare Workers? +If you're using Cloudflare Workers, you can install the following library to use Photon with Cloudflare Workers: + +```bash +npm install @cf-wasm/photon +``` + ## Modules Photon contains a series of modules, which include: @@ -232,6 +239,7 @@ Contributors include (be sure to add yourself to the list if you submitted a PR) * **NorbertGarfield** - [@NorbertGarfield](https://github.com/NorbertGarfield) * **bboshoven** - [@bboshoven](https://github.com/bboshoven) * **benliao** - [@benliao](https://github.com/benliao) +* **Fineshop Design** - [@fineshop](https://github.com/fineshop) * **Future You(?)** - (See Contributing above) ## License