From 0f6a76edbc379b96ba77ec89c5354e5ac45efcf3 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Mon, 12 Nov 2018 15:25:48 -0600 Subject: [PATCH] README: rephrase --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49b18a9..5f836ce 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,9 @@ For examples see `src/serial_bridge_index.cpp` and [mymonero-app-ios/MyMoneroCor ### JSON -`src/serial_bridge_index` exposes this project's core library functions, each of which takes a string-serialized JSON object as an argument and returns a string-serialized JSON object. +`src/serial_bridge_index` exposes this project's core library functions. Each bridge function takes a string-serialized JSON object as an argument and returns a string-serialized JSON object. -Usage of each of these functions is demonstrated in `tests/test_all.cpp`. +Usage of each of these JSON-bridge functions is demonstrated in `tests/test_all.cpp`. When they fail, some of these functions return only a key-value `err_msg`.