Skip to content

Commit bc51f49

Browse files
committed
Remove dmg's
1 parent df5e938 commit bc51f49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/get-started/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sdk-example-get-started",
3-
"version": "1.0.0",
4-
"description": "Restack get started example",
3+
"version": "0.0.1",
4+
"description": "Restack Get Started example",
55
"scripts": {
66
"dev": "tsx watch --include src src/services.ts",
77
"build": "tsc --build",

examples/get-started/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ To start the Restack Studio, you can use Docker.
2525
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
2626
```
2727

28-
## Schedule a demo workflow
28+
## Schedule a demo Workflow
2929

3030
```bash
3131
pnpm schedule-workflow
3232
```
3333

34-
This will trigger a demo Workflow - a greeting, which is a simple function and goodbye, which uses [@restackio/integration-openai](https://www.npmjs.com/package/@restackio/integrations-openai).
34+
This will trigger a demo Workflow - a _greeting_, which is a simple function and _goodbye_, which uses [@restackio/integration-openai](https://www.npmjs.com/package/@restackio/integrations-openai).
3535

3636
## Deploy on Restack Cloud
3737

0 commit comments

Comments
 (0)