diff options
author | Robin Wieruch <wrobin@gmx.net> | 2020-05-26 16:08:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 10:08:23 -0400 |
commit | 44477596eda3ca50ea6597d4af1fd809a01e2bdc (patch) | |
tree | 5e2435b4e9c960b4498d3e8731c731ec824e8e8b /docs/getting_started.md | |
parent | 228f9c207f8320908325a553c96e465da08fc617 (diff) |
improve docs (#5872)
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r-- | docs/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md index 7737f08d7..b2b0eb863 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -4,7 +4,7 @@ In this chapter we'll discuss: - Installing Deno - Setting up your environment -- Running a simple `Hello World` script +- Running a `Hello World` script - Writing our own script - Understanding permissions - Using Deno with TypeScript |