From bc2cd1a12fe668f45bd410d5a40ef47765808612 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Thu, 16 Jan 2020 18:19:50 -0800 Subject: [PATCH] TODOs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3512e82..f9d2cac 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Query structures to support: Config options: - file locations (queries, generated, schema (or get via HTTP)) -- use ctx or not, incl. complexities of how Khan uses context +- use ctx or not, including complexities of how Khan uses context - HTTP calling convention (is there enough variation to matter?) Other: @@ -64,3 +64,4 @@ Other: - error-checking/validation/etc. everywhere - tests - documentation +- a name that's more clearly distinct from other libraries out there