mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
bump deps version on homepage (#3036)
This commit is contained in:
parent
3a982a014b
commit
c8a5d9c585
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/insta
|
|||
|
||||
<p>Or a more complex one:</p>
|
||||
|
||||
<pre><code class="typescript language-typescript">import { serve } from "<a href="https://deno.land/std@v0.12/http/server.ts">https://deno.land/std@v0.12/http/server.ts</a>";
|
||||
<pre><code class="typescript language-typescript">import { serve } from "<a href="https://deno.land/std@v0.19.0/http/server.ts">https://deno.land/std@v0.19.0/http/server.ts</a>";
|
||||
const body = new TextEncoder().encode("Hello World\n");
|
||||
const s = serve(":8000");
|
||||
window.onload = async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue