greggman / twgl.js

A Tiny WebGL helper Library
http://twgljs.org
MIT License
2.61k stars 258 forks source link

Incorrect sentence structure. #203

Open RealWorldEdits376W opened 1 year ago

RealWorldEdits376W commented 1 year ago

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.