Skip to content

Commit

Permalink
Merge pull request #47 from aaronang/patch-1
Browse files Browse the repository at this point in the history
Fix Markdown syntax
  • Loading branch information
SimonDanisch authored Oct 9, 2018
2 parents e1eb1b6 + 61e7d29 commit d1cd45a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# ModernGL

[![Build status](https://ci.appveyor.com/api/projects/status/j9qrhqi2jjhst383?svg=true)](https://ci.appveyor.com/project/SimonDanisch/moderngl-jl)
[![Build Status](https://travis-ci.org/JuliaGL/ModernGL.jl.svg?branch=master)](https://travis-ci.org/JuliaGL/ModernGL.jl)


#ModernGL


OpenGL bindings for OpenGL 3.0 and upwards. As OpenGL 3.0 has a lot of overlaps with OpenGL 2.1, OpenGL 2.1 is partly supported as well.

The philosophy is to keep this library strictly a low-level wrapper, so you won't find any error handling (besides for the function loading itself) or abstractions in this package.
Expand Down

0 comments on commit d1cd45a

Please sign in to comment.