From 6032308c31ecb5e039da59378dafe85b37b8a51f Mon Sep 17 00:00:00 2001
From: James Miller <james.ryland.miller@gmail.com>
Date: Tue, 6 Aug 2019 11:20:11 -0500
Subject: [PATCH] tweak to README.md regarding int rep

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f902167..951ad61 100644
--- a/README.md
+++ b/README.md
@@ -44,5 +44,5 @@ sqlite database.
 | Free 2       |   128 |
 
 If I wanted to say STR and DEX, I would use a `3`. If I wanted STR, WIS, and
-CHA, that would be 1 + 16 + 32 = `49`. This is to not have to have more database
-tables than necessary when trying to list one or more ability scores.
+CHA, that would be 1 + 16 + 32 = `49`. This is to give a program-focused data
+return in addition to the textual representation.