瀏覽代碼

fix reversed column headers

Sean Barrett 10 年之前
父節點
當前提交
3c2090565d
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      README.md
  2. 2 2
      tools/README.header.md

+ 2 - 2
README.md

@@ -3,8 +3,8 @@ stb
 
 single-file public domain libraries for C/C++
 
-library    | lastest version | Lines Of Code | category | 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
 **stb_truetype.h** | 1.03 | graphics | 2629 | parse, decode, and rasterize characters from truetype fonts

+ 2 - 2
tools/README.header.md

@@ -3,5 +3,5 @@ stb
 
 single-file public domain libraries for C/C++
 
-library    | lastest version | Lines Of Code | category | description
---------------------- | ---- | --------------| -------- | --------------------------------
+library    | lastest version | category | Lines Of Code | description
+--------------------- | ---- | -------- | ------------- | --------------------------------