diff --git a/templates/deno/README.md b/templates/deno/README.md index 0d2c04b1..cabe15ae 100644 --- a/templates/deno/README.md +++ b/templates/deno/README.md @@ -6,9 +6,7 @@ Deno. Have a look at the [TypeScript Quickstart guide](https://docs.restate.dev/get_started/quickstart?sdk=ts) for more information about the SDK. You can run locally with `deno task dev` and register to Restate with -`restate dep add http://localhost:9080 --use-http1.1`. `--use-http1.1` is -currently needed with local Deno as we do not support Deno's HTTP2 -implementation yet. +`restate dep add http://localhost:9080`. You can deploy to Deno Deploy with `deployctl deploy` and register to Restate with