From 8506104058c26b5db43860514bb3716db8653e8d Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 10 Jul 2015 10:13:33 -0400 Subject: [PATCH] Backfill CHANGELOG for #56, #96 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d1495..7a9a81d 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ We don't officially support Google Sheets ([yet](https://github.com/andymeneely/ ## Combining Multiple Columns -Say you have multiple columns in your Excel sheet that need to be combined into one icon on your card. Consider using `zip` in conjunction with `map`. +Say you have multiple columns in your Excel sheet that need to be combined into one text field on your card. Consider using `zip` in conjunction with `map`. ```ruby data['BuyText'] = data['BuyAmount'].zip(data['BuyType']).map do |amt, type|