Skip to content

Commit

Permalink
Merge pull request #56 from madstap/patch-1
Browse files Browse the repository at this point in the history
Tiny change for clarity in README.
  • Loading branch information
mjul committed Oct 16, 2016
2 parents 7b8a98b + 84a818a commit a0e1cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ example:
```clj
(->> sample-cells
(map read-cell)
(map #(get {:DIV0 0.0} % %))
(replace {:DIV0 0.0})
(remove keyword?))

;=> (15.0 35.0 0.0 33.0 96.0)
Expand Down

0 comments on commit a0e1cec

Please sign in to comment.