Browse Source

fix(docs): Fix typo in getting started guide

Michael Bromley 7 years ago
parent
commit
e29d7852a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/content/docs/getting-started.md

+ 1 - 1
docs/content/docs/getting-started.md

@@ -95,7 +95,7 @@ Once the init script has completed, the server can be started.
 $ npx ts-node index
 
 # or with Yarn
-$ yarn ts-node init
+$ yarn ts-node index
 ```
 {{% /tab %}}
 {{% tab "JavaScript" %}}