From f9306d2abd8c17269aec9614e1362ee2cab4863b Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 1 Feb 2016 08:42:56 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f5b56c5..9026a781 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ The library is intended for any compiler that supports C++ 03. - Variants (a type that can store many types in a type-safe interface) - Choice of asserts, exceptions, error handler or no checks on errors - Many utilities for template support. +- Easy to read and documented source. +Any help porting the library to work under different platforms and compilers would be gratefully received. See (http://www.etlcpp.com) for up-to-date information.