README.textile in usaidwat-1.3.0 vs README.textile in usaidwat-1.4.0
- old
+ new
@@ -14,12 +14,11 @@
To list a Redditor's comments, use the @log@ subcommand:
bc. $ usaidwat log mipadi
-To list a count of subreddits in which a user has posted, use the @tally@
-subcommand:
+To list a count of subreddits in which a user has posted, use the @tally@ subcommand:
bc. $ usaidwat tally mipadi
You will see output like the following:
@@ -46,5 +45,11 @@
All the comments for the given subreddit will be printed.
h2(#testing). Testing
Test suites can be run with RSpec and Cucumber.
+
+h2(#development). Development
+
+The repository has been configured to use "jq":https://stedolan.github.io/jq/ to generate pretty diffs for the @.json@ files in @fixtures/features@. To use these prettier diffs, install jq, then run this:
+
+bc. $ git config diff.json.textconv "jq '.'"