Update content/guides/deno/develop.md

This commit is contained in:
Craig Osterhout 2025-02-13 10:38:57 -08:00 committed by GitHub
parent f7014d35ff
commit 62f8262a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ In this section, you'll learn how to set up a development environment for your c
Clone the sample application to use with this guide. Open a terminal, change directory to a directory that you want to work in, and run the following command to clone the repository:
```console
$ git clone https://github.com/dockersamples/deno-docker.git
$ git clone https://github.com/dockersamples/docker-deno.git
```
## Automatically update services