Skip to content

Commit

Permalink
Fix http server example
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Mazurok committed Mar 24, 2019
1 parent 061cae0 commit 809dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
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.3.2/http/server.ts";
<pre><code class="typescript language-typescript">import { serve } from "https://deno.land/std/http/server.ts";

async function main() {
const body = new TextEncoder().encode("Hello World\n");
Expand Down

0 comments on commit 809dd1a

Please sign in to comment.