Skip to content

Commit

Permalink
docs: fix example (denoland#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored and ry committed Mar 15, 2019
1 parent 1e3509d commit 4dbc33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2 id="example">Example <a href="#example">#</a></h2>

<p>Or a more complex one:</p>

<pre><code class="typescript language-typescript">import { serve } from "https://deno.land/std@v0.2.10/http/server.ts";
<pre><code class="typescript language-typescript">import { serve } from "https://deno.land/std@v0.3.2/http/server.ts";
const s = serve("0.0.0.0:8000");

async function main() {
Expand Down

0 comments on commit 4dbc33c

Please sign in to comment.