Skip to content

Commit b7d5a52

Browse files
authored
Merge pull request #21 from restackio/rename-pods-to-services
Readme's: change pods to services
2 parents 45c7bda + 5cc38c2 commit b7d5a52

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

examples/composio/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install the Restack Web UI, 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-
# Start pods
28+
# Start services
2929

3030
Where all your code is defined, including workflow steps.
3131

@@ -37,7 +37,7 @@ pnpm build
3737
pnpm dev
3838
```
3939

40-
Your code will be running in pods and syncing with Restack engine to execute workflows or functions.
40+
Your code will be running and syncing with Restack engine to execute workflows or functions.
4141

4242
# Schedule a workflow
4343

examples/gemini/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install the Restack Web UI, 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-
# Start pods
28+
# Start services
2929

3030
Where all your code is defined, including workflow steps.
3131

@@ -37,7 +37,7 @@ pnpm build
3737
pnpm dev
3838
```
3939

40-
Your code will be running in pods and syncing with Restack engine to execute workflows or functions.
40+
Your code will be running and syncing with Restack engine to execute workflows or functions.
4141

4242
# Schedule a workflow
4343

examples/openai/readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ To install the Restack Web UI, you can use Docker.
1616
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
1717
```
1818

19-
# Start pods
19+
# Start services
2020

2121
Where all your code is defined, including workflow steps.
2222

2323
add OPENAI_API_KEY in .env
2424

25+
```bash
2526
pnpm i
2627

2728
pnpm dev
28-
29-
Your code will be running in pods and syncing with Restack engine to execute workflows or functions.
29+
```
30+
Your code will be running and syncing with Restack engine to execute workflows or functions.
3031

3132
# Schedule a workflow
3233

0 commit comments

Comments
 (0)