summaryrefslogtreecommitdiff
path: root/docs/getting_started/first_steps.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/first_steps.md')
-rw-r--r--docs/getting_started/first_steps.md2
1 files changed, 1 insertions, 1 deletions
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: