From 68fa32219ba544e8fdd1f1f2a3af92df21ca61fe Mon Sep 17 00:00:00 2001 From: Matthew Klein Date: Mon, 25 Jan 2016 12:53:48 -0600 Subject: [PATCH] README.md typofix: may -> made --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc2641f6..32689ec06 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ License ======= Released under the [GPLv3 license](http://www.gnu.org/licenses/gpl-3.0.en.html). -How API calls are may through the termux-api helper binary -========================================================== +How API calls are made through the termux-api helper binary +=========================================================== The [termux-api](https://github.com/termux/termux-packages/blob/master/packages/termux-api/termux-api.c) client binary in the `termux-api` package generates two linux anonymous namespace sockets, and passes their address to the [TermuxApiReceiver broadcast receiver](https://github.com/termux/termux-api/blob/master/app/src/main/java/com/termux/api/TermuxApiReceiver.java) as in: /system/bin/am broadcast ${BROADCAST_RECEIVER} --es socket_input ${INPUT_SOCKET} --es socket_output ${OUTPUT_SOCKET}