From 2782d03b29daa207528774a5d999241d650c41b4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 6 Feb 2019 14:05:38 -0500 Subject: [PATCH] Remove excessive anchor links. (#1664) --- website/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/index.html b/website/index.html index 9fade33afb..86463e5d80 100644 --- a/website/index.html +++ b/website/index.html @@ -16,7 +16,7 @@ -

#Deno

+

Deno

A new way to JavaScript @@ -85,14 +85,14 @@

#Install

-

#With Shell

+

With Shell

curl -fL https://deno.land/x/install/install.sh | sh
-

#With PowerShell

+

With PowerShell

iex (iwr https://deno.land/x/install/install.ps1)

#Mini-tutorial

-

#Try a Deno program. This one serves a local directory in HTTP.

+

Try a Deno program. This one serves a local directory in HTTP.

 alias file_server="deno \
   https://deno.land/x/http/file_server.ts --allow-net"