From 0a500b77e78335ce324cdc213e602f2ce55109f5 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 2 Feb 2015 17:43:08 +0900 Subject: [PATCH] Small update for README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08bf934..93d9880 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ http://syoyo.github.io/tinyobjloader/ Tiny but poweful single file wavefront obj loader written in C++. No dependency except for C++ STL. It can parse 10M over polygons with moderate memory and time. -Good for embedding .obj loader to your (global illumination) renderer ;-) +`tinyobjloader` is good for embedding .obj loader to your (global illumination) renderer ;-) + What's new ---------- @@ -50,7 +51,7 @@ Features * Texcoord * Normal * Material - * Unknown material attributes are treated as key-value. + * Unknown material attributes are treated as key-value(value is string). Notes -----