From b6a2d73efc13add55e68cb8df26c47c5893ffccb Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <freemo@gmail.com>
Date: Sun, 11 Dec 2016 03:06:40 -0500
Subject: [PATCH] Minor update to wording of readme.

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

diff --git a/README.md b/README.md
index a898f14..87a06a6 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 
 This project simply loads the [Aparapi Native](https://github.com/Syncleus/aparapi-native) library at runtime. This prevents the need for the user to install it manually.
 
-There is usually no need for a user to call this library directly as it is called internally by [Aparapi](https://github.com/Syncleus/aparapi). However it may be useful if creating your own user agent.
+There is usually no need for a user to call this library directly as it is called internally by [Aparapi](https://github.com/Syncleus/aparapi). However it may be useful if creating your own custom agent.
 
 **Currently packaged native libraries support Mac OSX 64bit, Linux 64bit, and Linux 32bit. Windows support coming in the next few days.** 
 
@@ -71,4 +71,4 @@ catch (final IOException e) {
          + " or possibly failed to locate opencl native library (opencl.dll/opencl.so)."
          + " Ensure that OpenCL is in your PATH (windows) or in LD_LIBRARY_PATH (linux).");
 }
-```
\ No newline at end of file
+```
-- 
GitLab