Skip to content

Commit a627bd7

Browse files
committed
README updates
1 parent 762c484 commit a627bd7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
</a>
55
</p>
66
<h1 align="center">
7-
🌪️ Twister, the Plot Twist Creator
7+
Plot Twist Packages
88
</h1>
99
<p align="center">
10-
The official package for building <a href="https://plot.day">Plot</a> twists -<br/>
10+
The official repo for building <a href="https://plot.day">Plot</a> twists -<br/>
1111
smart automations that organize and prioritize all your tasks, messages, and documents from all your apps and agents.
1212
</p>
1313

1414
## Packages
1515

16-
- **[@plotday/twister](./twister)** - Core twist creator package with the `plot` command, twist and tool SDK, and built-in tools
16+
- **[@plotday/twister](./twister)** - Core twist creator package with the `plot` command, and library for building twists and tools
1717
- **[tools/](./tools)** - Additional tools for building twists, including integrations with popular services
1818
- **[twists/](./twists)** - Full source code for several twists
1919

twister/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
</a>
55
</p>
66
<h1 align="center">
7-
Plot Twist Creator
7+
🌪️ Twister, the Plot Twist Creator
88
</h1>
99
<p align="center">
10-
The official Creator for building <a href="https://plot.day">Plot</a> Twists -<br/>
10+
The official package for building <a href="https://plot.day">Plot</a> Twists -<br/>
1111
smart automations that connect, organize, and prioritize your work.
1212
</p>
1313

@@ -24,7 +24,7 @@ Choose your path:
2424

2525
### No-Code Quick Start
2626

27-
Create twists using natural language - no programming required!
27+
Describe your twist and Plot will do the rest.
2828

2929
**1. Create `plot-twist.md`:**
3030

@@ -62,9 +62,9 @@ npx @plotday/twister create
6262
```typescript
6363
import {
6464
ActivityType,
65-
Twist,
6665
type Priority,
6766
type ToolBuilder,
67+
Twist,
6868
} from "@plotday/twister";
6969
import { Plot } from "@plotday/twister/tools/plot";
7070

0 commit comments

Comments
 (0)