From caf06957d2974de3d91a3d629f712ee6885c3e6f Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Mon, 24 Jun 2024 12:50:30 +0100 Subject: [PATCH] use-http1.1 not needed in Deno --- templates/deno/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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