From 88222ca760a8e82c488372bea64fad833441ac0c Mon Sep 17 00:00:00 2001 From: Angus Fretwell Date: Thu, 29 Feb 2024 17:10:33 +1100 Subject: [PATCH] add note about browser --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3860c98..90130e8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ JavaScript (and TypeScript) client for [CiviCRM API v4](https://docs.civicrm.org/dev/en/latest/api/v4/usage/). +Currently only tested in Node.js, browser support is work in progress. + ## Installation ```sh