Browse Source

Revert "edit getting-started.md"

This reverts commit d8acf07d0ff7e04bab6cab48584fc6a71f66fc70.
Daniel Ahn 2 years ago
parent
commit
fcc6900036
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/guide/getting-started.md

+ 3 - 3
docs/guide/getting-started.md

@@ -1,4 +1,4 @@
-# Installation
+# Instalation
 
 Learn how to install TresJS
 
@@ -22,7 +22,7 @@ yarn add three @tresjs/core -D
 
 ## Getting started
 
-You can install TresJS like any other Vue plugin
+You can install TresJS as any other Vue plugin
 
 ```ts
 import { createApp } from 'vue'
@@ -38,4 +38,4 @@ app.mount('#app')
 
 ### Nuxt
 
-Coming soon.
+Soon.