From 2ba5e732e2b603afd4ecdd8326f30ab7e06363e2 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Mon, 27 Jul 2015 21:02:58 -0400
Subject: [PATCH] tweak README content

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0c2da1664..6b5f20d14 100644
--- a/README.md
+++ b/README.md
@@ -271,7 +271,7 @@ PD-GUI:
 t    TK front end
 
 ### GUI Messaging Specification
-#### GUI interface
+#### Public GUI interface
 
 Purpose: a set of functions to communicate with the gui without putting
 language-specific strings (like tcl) into the C code.  The new interface is a
@@ -319,7 +319,7 @@ The array element functions gui_f, gui_i, and gui_s may only be used inside an
 array.  Arrays may be nested, but this adds complexity and should be avoided if
 possible.
 
-#### Current Wrappers (private)
+#### Private Wrapper for Nw.js Port
 
 The public functions above should fit any sensible message format.
 Unfortunately, Pd's message format (FUDI) is too simplistic to handle arbitrary
-- 
GitLab