From 8054b777ac582ed972526a71548918e55d8c3de0 Mon Sep 17 00:00:00 2001 From: Kris Braun Date: Mon, 20 Oct 2025 11:40:20 -0400 Subject: [PATCH] Fix typo in readme --- .changeset/spicy-parents-play.md | 5 +++++ README.md | 2 +- sdk/README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/spicy-parents-play.md diff --git a/.changeset/spicy-parents-play.md b/.changeset/spicy-parents-play.md new file mode 100644 index 0000000..cf94211 --- /dev/null +++ b/.changeset/spicy-parents-play.md @@ -0,0 +1,5 @@ +--- +"@plotday/sdk": patch +--- + +Fixed: Fix typo in readme diff --git a/README.md b/README.md index 2626f74..1300ed4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

The official SDK for building Plot agents -
- custom code that organize and prioritize all your messages, tasks, and apps. + custom code that organizes and prioritizes all your messages, tasks, and apps.

## Packages diff --git a/sdk/README.md b/sdk/README.md index a4d987c..eaad5bc 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -8,7 +8,7 @@

The official SDK for building Plot agents -
- custom code that organize and prioritize all your messages, tasks, and apps. + custom code that organizes and prioritizes all your messages, tasks, and apps.

## Quick Start