Skip to content

Commit 6e58d6a

Browse files
Merge pull request #88 from Soheibooo/master
Fixed small typo :)
2 parents 4c3267c + 9e9fb54 commit 6e58d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ HTML GL solves "the slow DOM problem" by creating WebGL representations of DOM e
1111
- [Project page](http://htmlgl.com)
1212
- [Theory behind HTML GL](http://pixelscommander.com/en/web-applications-performance/render-html-css-in-webgl-to-get-highest-performance-possibl/)
1313

14-
Using HTML GL you still work with HTML/CSS as you are common to, but DOM elements are just facades to their WebGL represenations. These GPU accelerated textures are very effective from resources consuming perspective and are very cheap to transform or animate.
14+
Using HTML GL you still work with HTML/CSS as you are common to, but DOM elements are just facades to their WebGL representations. These GPU accelerated textures are very effective from resources consuming perspective and are very cheap to transform or animate.
1515

1616
Install
1717
-------

0 commit comments

Comments
 (0)