From cb658f5ce588dfac4826a5ce4d343738759c0c84 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 7 Jan 2021 05:51:15 -0500 Subject: Remove emoji from welcome script so it looks better on windows (#9031) --- docs/getting_started/first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md index 7bb51bb15..aec7dded3 100644 --- a/docs/getting_started/first_steps.md +++ b/docs/getting_started/first_steps.md @@ -17,7 +17,7 @@ Browser compatibility means a `Hello World` program in Deno is the same as the one you can run in the browser: ```ts -console.log("Welcome to Deno 🦕"); +console.log("Welcome to Deno!"); ``` Try the program: -- cgit v1.2.3