瀏覽代碼

fix: grammatical mistakes in README.md (#27024)

fixed some grammatical mistakes
Yash Salunke 1 年之前
父節點
當前提交
4f65c54d0f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,7 +8,7 @@
 
 
 #### JavaScript 3D library
 #### JavaScript 3D library
 
 
-The aim of the project is to create an easy to use, lightweight, cross-browser, general purpose 3D library. The current builds only include a WebGL renderer but WebGPU (experimental), SVG and CSS3D renderers are also available as addons.
+The aim of the project is to create an easy-to-use, lightweight, cross-browser, general-purpose 3D library. The current builds only include a WebGL renderer but WebGPU (experimental), SVG and CSS3D renderers are also available as addons.
 
 
 [Examples](https://threejs.org/examples/) —
 [Examples](https://threejs.org/examples/) —
 [Docs](https://threejs.org/docs/) —
 [Docs](https://threejs.org/docs/) —
@@ -58,7 +58,7 @@ function animation( time ) {
 }
 }
 ```
 ```
 
 
-If everything went well, you should see [this](https://jsfiddle.net/2nyxkmco/).
+If everything goes well, you should see [this](https://jsfiddle.net/2nyxkmco/).
 
 
 ### Cloning this repository
 ### Cloning this repository