From bb85c30f34fec2ef38f2550a170737d3158e7483 Mon Sep 17 00:00:00 2001 From: Colin Blumer Date: Tue, 29 Oct 2024 13:29:52 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ab7e09..b93ff1b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ cursor_query_r = j1._cursor_query(QUERY) ##### Create an entity: -Note that the CreateEntity mutation behaves like an upsert, so an non-existant entity will be created or an existing entity will be updated. +Note that the CreateEntity mutation behaves like an upsert, so an non-existent entity will be created or an existing entity will be updated. ```python properties = { @@ -398,4 +398,4 @@ j1.update_alert_rule(rule_id=' Date: Tue, 29 Oct 2024 14:33:56 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b93ff1b..63a7ad0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ cursor_query_r = j1._cursor_query(QUERY) ##### Create an entity: -Note that the CreateEntity mutation behaves like an upsert, so an non-existent entity will be created or an existing entity will be updated. +Note that the CreateEntity mutation behaves like an upsert, so a non-existent entity will be created or an existing entity will be updated. ```python properties = {