Skip to content

Commit a74f965

Browse files
Little issues
1 parent 630063d commit a74f965

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

typescript/templates/nextjs/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ restate deployments register http://localhost:3000/restate --use-http1.1
3434

3535
Check out the UI at `http://localhost:3000` and send a greeting.
3636

37-
<img src="next_ui.png" alt="Next.js UI" width="300px"/>
38-
3937
You should see the greeting response `You said hi to Bob!` in the UI.
4038

4139
## See Durable Execution in action
@@ -52,8 +50,6 @@ SIMULATE_FAILURES=true npm run dev
5250

5351
Submit another greeting from the UI and then check the invocation tab of the Restate UI to see the retries: `http://localhost:9070`
5452

55-
<img src="restate_ui.png" alt="Restate UI" width="1000px"/>
56-
5753
Or in the app logs:
5854

5955
```log

typescript/templates/vercel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm run dev
2323

2424
Connect your local service to Restate:
2525
```bash
26-
npx @restatedev/restate dep add --use-http1.1 http://localhost:9080
26+
npx @restatedev/restate dep add --use-http1.1 http://localhost:3000/restate
2727
```
2828

2929
Iterate! 🔧

0 commit comments

Comments
 (0)