From 8c19bc40ba00895277ca6529d99bbaa9faf75357 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Mon, 27 Jul 2015 21:00:23 -0400
Subject: [PATCH] README formatting tweak added link for new message spec

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a62ee9628..5c111d52a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ maintainer: Jonathan Wilkes <jancsika@yahoo.com>
 * [Installation Guide](#installation-guide)
 * [Contributor Guide](#contributor-guide)
 * [Core Pd Notes](#core-pd-notes)
-
+* [GUI Message Spec](#gui-messaging-specification)
 ### One Paragraph Overview
 
 Pure Data (aka Pd) is a visual programming.  That means you can use it to
@@ -270,7 +270,6 @@ PD-GUI:
 t    TK front end
 
 ### GUI Messaging Specification
-
 #### GUI interface
 
 Purpose: a set of functions to communicate with the gui without putting
@@ -320,7 +319,6 @@ array.  Arrays may be nested, but this adds complexity and should be avoided if
 possible.
 
 #### Current Wrappers (private)
---------------------------
 
 The public functions above should fit any sensible message format.
 Unfortunately, Pd's message format (FUDI) is too simplistic to handle arbitrary
-- 
GitLab