From 3db3e566968a207eac6c67fbad5e07c74259bc98 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Tue, 14 Apr 2015 03:10:36 -0700 Subject: [PATCH] consistent capitalization --- README.md | 2 +- tools/README.header.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e32f9cb..79ecce6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ stb single-file public domain libraries for C/C++ -library | lastest version | category | Lines Of Code | description +library | lastest version | category | lines of code | description --------------------- | ---- | -------- | ------------- | -------------------------------- **stb_vorbis.c** | 1.04 | audio | 5443 | decode ogg vorbis files from file/memory to float/16-bit signed output **stb_image.h** | 2.03 | graphics | 6426 | image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC diff --git a/tools/README.header.md b/tools/README.header.md index 47678ea..f85c985 100644 --- a/tools/README.header.md +++ b/tools/README.header.md @@ -3,5 +3,5 @@ stb single-file public domain libraries for C/C++ -library | lastest version | category | Lines Of Code | description +library | lastest version | category | lines of code | description --------------------- | ---- | -------- | ------------- | --------------------------------