From 50e8bf84609b111b4d0d96e7c1378ff758cb7fdf Mon Sep 17 00:00:00 2001 From: Angus Fretwell Date: Sat, 16 Mar 2024 02:27:34 +1100 Subject: [PATCH] add reference to prior art in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 90130e8..8e5e061 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,10 @@ client.contact.get().options({ }); ``` +## Alternatives + +- The [civicrm](https://www.npmjs.com/package/civicrm) package from [Tech to The People](https://github.com/TechToThePeople) offers a different approach to building requests and targets browsers and web workers as well as Node.js. + ## Development ### Install dependencies