From 007a3b6e8cdd57f6bba1e4e022648eb0c6ea3c44 Mon Sep 17 00:00:00 2001 From: Steve Miller Date: Tue, 1 Nov 2016 17:07:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036f838..1ce8a48 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,4 @@ const truncated = files.map((filename) => smartTruncate(filename, 21, 10)); ## Contributing -In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code. +In lieu of a formal style guide, take care to maintain the existing coding style. Add tests for any new or changed functionality. Lint and test your code.