From 4cc1d70a6d74145721fbf79c20e90f7d138d74c3 Mon Sep 17 00:00:00 2001 From: Hunter Tunnicliff Date: Tue, 24 Oct 2023 16:21:19 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255a00e..87328bd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jam: A JMAP Client

-Jame is a tiny (<3kb gzipped), strongly-typed JMAP client with zero runtime dependencies. It has friendly, fluent APIs that make working with JMAP a breeze. +Jam is a tiny (<3kb gzipped), strongly-typed JMAP client with zero runtime dependencies. It has friendly, fluent APIs that make working with JMAP a breeze. Jam is compatible with environments that support the [Web Fetch API][mdn-using-fetch] and [ES Modules][mdn-esm].