Skip to content

Commit

Permalink
READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Dec 1, 2023
1 parent 224897f commit 8e5f79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export EXAMPLE=typescript-hello-world-lambda && wget https://github.com/restated
<details>
<summary>Dowload it</summary>

```shell
export EXAMPLE=jvm-hello-world-java-http && wget https://github.com/restatedev/examples/releases/latest/download/$EXAMPLE.zip && unzip $EXAMPLE.zip -d $EXAMPLE && rm $EXAMPLE.zip
```
```shell
export EXAMPLE=jvm-hello-world-java-http && wget https://github.com/restatedev/examples/releases/latest/download/$EXAMPLE.zip && unzip $EXAMPLE.zip -d $EXAMPLE && rm $EXAMPLE.zip
```
</details>

[Hello world on AWS Lambda](jvm/hello-world-java-lambda)
Expand Down

0 comments on commit 8e5f79f

Please sign in to comment.