From 169807d4b293285f6944ca18d4a96af4b593d831 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 20 Nov 2014 10:18:16 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d1824db..394c8f1d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ The library is intended for any compiler that supports C++ 03. - Smart enumerations - 8, 16, 32 & 64 bit CRC calculations - Many utilities for template support. - - Variants (a type that can store many types in a type-safe interface. + - Variants (a type that can store many types in a type-safe interface) - Optional exceptions on errors.