From de606856e83e245c9451452c6c635a9faa98a48d Mon Sep 17 00:00:00 2001 From: Daniel Jilg Date: Tue, 30 Jan 2024 21:43:42 +0100 Subject: [PATCH] docs: Fix a typo in README.md (#14) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c6b37a..c52bd20 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ export { ## React Native & Expo Support `telemetrydeck-react` also supports React Native or Expo. -If no global implementation is available because you are not on the web, TelemetryDeck needs a subtle implementation which can be either injected by extending `globalThis or added to the TelemetryDeck instance. +If no global implementation is available because you are not on the web, TelemetryDeck needs a subtle implementation which can be either injected by extending `globalThis` or added to the TelemetryDeck instance. In the React Native context, a TextEncoder is also needed for it to work properly.