From: W. Trevor King <wking@tremily.us>
Date: Mon, 16 Jun 2014 23:06:11 +0000 (-0700)
Subject: Fix 'Add' -> 'Adds' to match 'The script' lead-in
X-Git-Tag: v0.1~2^2
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b6b63ecfbf586b29cfba82d9c51e77d39395ecb;p=swc-setup-windows-installer.git

Fix 'Add' -> 'Adds' to match 'The script' lead-in

"The script adds ..." reads better.
---

diff --git a/README.md b/README.md
index 048bf94..b308778 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ The script:
 * Installs [SQLite][] and makes it accessible from msysGit
 * Creates a `~/nano.rc` with links to syntax highlighting configs
 * Provides standard [nosetests][] behavior for msysGit
-* Add [R][]'s bin directory to the path (if we can find it)
+* Adds [R][]'s bin directory to the path (if we can find it)
 
 To use:
 
diff --git a/swc-windows-installer.py b/swc-windows-installer.py
index 098e1ec..e227c70 100755
--- a/swc-windows-installer.py
+++ b/swc-windows-installer.py
@@ -9,7 +9,7 @@ The script:
 * Installs SQLite and makes it accessible from msysGit
 * Creates a ~/nano.rc with links to syntax highlighting configs
 * Provides standard nosetests behavior for msysGit
-* Add R's bin directory to the path (if we can find it)
+* Adds R's bin directory to the path (if we can find it)
 
 To use: