Skip to content

Commit 4f65c54

Browse files
fix: grammatical mistakes in README.md (mrdoob#27024)
fixed some grammatical mistakes
1 parent b8d9e02 commit 4f65c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#### JavaScript 3D library
1010

11-
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.
11+
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.
1212

1313
[Examples](https://threejs.org/examples/) —
1414
[Docs](https://threejs.org/docs/) —
@@ -58,7 +58,7 @@ function animation( time ) {
5858
}
5959
```
6060

61-
If everything went well, you should see [this](https://jsfiddle.net/2nyxkmco/).
61+
If everything goes well, you should see [this](https://jsfiddle.net/2nyxkmco/).
6262

6363
### Cloning this repository
6464

0 commit comments

Comments
 (0)