Skip to content

Commit fdf723f

Browse files
committed
Merge pull request #22 from waldyrious/patch-1
add syntax highlighting to code sample
2 parents 1a6ef13 + e9b6fea commit fdf723f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This library makes it easier to quickly prototype WebGL applications. It's lower
1212
The latest lightgl.js build can be found at http://evanw.github.com/lightgl.js/lightgl.js.
1313

1414
## Sample code
15-
15+
```html
1616
<!DOCTYPE html>
1717
<html><body>
1818
<script src="lightgl.js"></script>
@@ -50,6 +50,7 @@ The latest lightgl.js build can be found at http://evanw.github.com/lightgl.js/l
5050
5151
</script>
5252
</body></html>
53+
```
5354

5455
## Documentation
5556

0 commit comments

Comments
 (0)