From d13f5e070be2a819a81a2ad6f1b27d414d9f4e27 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Fri, 6 Jun 2014 18:23:32 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 759a7c3..2b477b2 100644 --- a/README.md +++ b/README.md @@ -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;