Răsfoiți Sursa

edit getting-started.md

Daniel Ahn 2 ani în urmă
părinte
comite
58e86ec3e1
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      docs/guide/getting-started.md

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

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