Updated README

This commit is contained in:
Daniel Collin 2014-06-06 18:23:32 +02:00
parent eee0175202
commit d13f5e070b

View File

@ -1,7 +1,7 @@
MinFB
======
MiniFB is a small cross platform library that makes it easy to render (32-bit) pixels in a window. An example is the best way to show how it works:
MiniFB (Mini FrameBuffer) is a small cross platform library that makes it easy to render (32-bit) pixels in a window. An example is the best way to show how it works:
if (!mfb_open("my display", 800, 600))
return 0;