From 0b6b63ecfbf586b29cfba82d9c51e77d39395ecb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 16 Jun 2014 16:06:11 -0700 Subject: [PATCH] Fix 'Add' -> 'Adds' to match 'The script' lead-in "The script adds ..." reads better. --- README.md | 2 +- swc-windows-installer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.26.2