Fix 'Add' -> 'Adds' to match 'The script' lead-in
authorW. Trevor King <wking@tremily.us>
Mon, 16 Jun 2014 23:06:11 +0000 (16:06 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 16 Jun 2014 23:06:11 +0000 (16:06 -0700)
"The script adds ..." reads better.

README.md
swc-windows-installer.py

index 048bf949c9b46a858457c4923a4c6b22b5a91101..b30877843c7cd6d0a003a29e4776a18115f85755 100644 (file)
--- 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:
 
index 098e1ecc19d33a70dce38f01590728c42ee62a37..e227c704b71ac45c0a1a9b55dc310cd0b254d5bb 100755 (executable)
@@ -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: