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"