From 109d25e0c34bff125c25ca45024fc81c361bef70 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 20 Mar 2016 16:04:21 -0400
Subject: [PATCH] remove trailing space

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 39dc63d9c..153a7e9ce 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ pacman -S autoconf automake git libtool \
           make mingw-w64-i686-dlfcn mingw-w64-i686-fftw \
           mingw-w64-i686-ladspa-sdk mingw-w64-i686-lame \
           mingw-w64-i686-libsndfile mingw-w64-i686-libvorbis \
-          mingw-w64-i686-lua mingw-w64-i686-toolchain </code>
+          mingw-w64-i686-lua mingw-w64-i686-toolchain</code>
 4. Type `exit` in the shell and click the `Enter` key to close it, then reopen it from the menu.
 5. Download the source code. Issue the following command to create a new directory "purr-data" and clone the repository to it:<code>
 git clone https://puredata.osuosl.org/jwilkes/purr-data.git</code>
-- 
GitLab