Skip to content

Commit

Permalink
docs(README): fix code block type (denoland#7845)
Browse files Browse the repository at this point in the history
  • Loading branch information
getspooky committed Oct 7, 2020
1 parent 82a17da commit ece400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ deno run https://deno.land/std/examples/welcome.ts

Or a more complex one:

```sh
```ts
import { serve } from "https://deno.land/std@$STD_VERSION/http/server.ts";
const s = serve({ port: 8000 });
console.log("http:https://localhost:8000/");
Expand Down

0 comments on commit ece400d

Please sign in to comment.