From e42e2b9ad95617e5fea45889f0a949ff71504b99 Mon Sep 17 00:00:00 2001 From: "Arpith P. Muddi" Date: Fri, 23 Mar 2018 10:06:25 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da47037..c4d9da3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ This module supports all four encodings for data: numeric, alphanumeric, kanji, and binary. The numeric type is the most efficient way to encode digits. As the -name implies it is designed to encode integers. Some numbers might be two +name implies it is designed to encode integers. Some numbers might be too large, the object can use a string containing only digits instead of an actual number.