Skip to content

Commit bd64480

Browse files
Service endpoint -> Deployment (#212)
1 parent 0d4d58a commit bd64480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ Start the runtime in a Docker container and tell Restate about the example servi
124124
```shell
125125
docker run --name restate_dev --rm --network=host docker.io/restatedev/restate:latest
126126

127-
curl -X POST http://localhost:9070/endpoints -H 'content-type: application/json' -d '{"uri": "http://localhost:9080"}'
127+
curl -X POST http://localhost:9070/deployments -H 'content-type: application/json' -d '{"uri": "http://localhost:9080"}'
128128
```
129129
- On macOS:
130130
```shell
131131
docker run --name restate_dev --rm -p 9070:9070 -p 8080:8080 docker.io/restatedev/restate:latest
132132
133-
curl -X POST http://localhost:9070/endpoints -H 'content-type: application/json' -d '{"uri": "http://host.docker.internal:9080"}'
133+
curl -X POST http://localhost:9070/deployments -H 'content-type: application/json' -d '{"uri": "http://host.docker.internal:9080"}'
134134
```
135135

136136

0 commit comments

Comments
 (0)