summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2013-12-09 11:18:10 -0800
committerEric Anholt <eric@anholt.net>2013-12-09 22:23:16 -0800
commit880b6b39a5e5074df11923e3ac4467650ca6c472 (patch)
tree941800883090069238d83266f7e35b4af0d329fc /README.md
parenteb5f6ac74ea37e44a9139ded8954ef423ad9c56c (diff)
downloadlibepoxy-880b6b39a5e5074df11923e3ac4467650ca6c472.tar.gz
Convert list of items to an actual list
Otherwise, these were running together in a single line, making them hard to read.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bf18fe9..2486d72 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,9 @@ write them:
int epoxy_gl_version() returns the GL version:
-12 for GL 1.2
-20 for GL 2.0
-44 for GL 4.4
+* 12 for GL 1.2
+* 20 for GL 2.0
+* 44 for GL 4.4
bool epoxy_has_gl_extension() returns whether a GL extension is
available ("GL_ARB_texture_buffer_object", for example).