From c33af62495215471d3025736f524c511011a9b79 Mon Sep 17 00:00:00 2001 From: Denis Feklushkin Date: Mon, 25 Feb 2019 01:03:24 +0700 Subject: [PATCH] readme-2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88cbe60d..6e4121a0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Features * Immutable query result for simplify multithreading * Async queries support * Reading of the text query results to native D text types -* Representation of the binary query results to/from native D types +* Representation of binary arguments and binary query results as native D types * Text types * Integer and decimal types * Money type (into money.currency, https://github.com/qznc/d-money)