Browse Source

docs: update npm tags reference to next and rc

alvarosabu 2 năm trước cách đây
mục cha
commit
ff1dd13796
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      docs/guide/index.md

+ 4 - 4
docs/guide/index.md

@@ -4,7 +4,7 @@
     <FirstScene style="aspect-ratio: 16/9; height: auto; margin: 2rem 0; border-radius: 8px; overflow:hidden;"/>
 </ClientOnly>
 
-This is the documentation for the `v2.0.0-beta` of TresJS. If you are looking for the documentation for the version 1, check [V1 TresJS](https://v1.tresjs.org/).
+This is the documentation for the `v2.0.0-rc` of TresJS. If you are looking for the documentation for the version 1, check [V1 TresJS](https://v1.tresjs.org/).
 
 ::: info
 
@@ -15,15 +15,15 @@ TresJS v2 is still in beta stage, you can expect minor changes and bug fixing to
 ::: code-group
 
 ```bash [npm]
-npm install three @tresjs/core@beta
+npm install three @tresjs/core@next
 ```
 
 ```bash [yarn]
-yarn add three @tresjs/core@beta
+yarn add three @tresjs/core@next
 ```
 
 ```bash [pnpm]
-pnpm add three @tresjs/core@beta
+pnpm add three @tresjs/core@next
 ```
 
 :::