From 880b6b39a5e5074df11923e3ac4467650ca6c472 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 9 Dec 2013 11:18:10 -0800 Subject: Convert list of items to an actual list Otherwise, these were running together in a single line, making them hard to read. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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). -- cgit v1.2.1