From 8e01834babda7e03b9fc731fca6fa827053d26d4 Mon Sep 17 00:00:00 2001 From: RealWorldEdits376W <109642348+RealWorldEdits376W@users.noreply.github.com> Date: Sat, 23 Jul 2022 01:39:15 -0700 Subject: [PATCH] Corrected Sentence structure. In the TL;DR section, the sentence is written as, " If you want to get stuff done use three.js. If you want to do stuff low-level with WebGL consider using TWGL." Here in the first sentence, there must be a comma after the subordinate clause (done). The correct sentence could be written as, " If you want to get stuff done, use three.js." The second sentence is structurally incorrect. The correct sentence could be written as, " If you want to do low-level stuff with WebGL, consider using TWGL." Thank you. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57e48446..f135b888 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This library's sole purpose is to make using the WebGL API less verbose. ## TL;DR -If you want to get stuff done use [three.js](http://threejs.org). If you want -to do stuff low-level with WebGL consider using [TWGL](http://github.com/greggman/twgl.js/). +If you want to get stuff done, use [three.js](http://threejs.org). If you want +to do low-level stuff with WebGL, consider using [TWGL](http://github.com/greggman/twgl.js/). ## The tiniest example