commit
message
[README.md] Adding TODO for percentage number parsing
author
Ben Vogt <[email protected]>
date
2017-05-06 01:13:22
stats
1 file(s) changed,
5 insertions(+),
0 deletions(-)
files
README.md
1diff --git a/README.md b/README.md
2index d8f84c9..8e64138 100644
3--- a/README.md
4+++ b/README.md
5@@ -51,6 +51,10 @@ Right now we're just using the number of days since 1900, but we should check th
6 ### Verify that all N-times ({2,9}) are correct, and we're not parsing numbers too big.
7
8
9+### Percentage inputs should be parsed to numbers
10+Input like `10%` should be parsed and stored as a number.
11+
12+
13 ### Scrape jsdocs for functions, put in simple index.html, doc.md files to serve up simple documentation
14
15