From db7710420bfdeff638fa4fcde491050e4a91fb1f Mon Sep 17 00:00:00 2001 From: Brian Blakely Date: Tue, 8 Mar 2016 11:12:23 -0500 Subject: [PATCH] Documentation update. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bfaa46..cd0650f 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,18 @@ Add to your project: * **Script Tag:** Copy `nodep-date-input-polyfill.dist.js` from `node_modules` and include it anywhere in your HTML. -## Styling -[These are the default styles](https://github.com/brianblakely/nodep-date-input-polyfill/blob/master/nodep-date-input-polyfill.scss), +## Features +* **Easily Stylable:** [These are the default styles](https://github.com/brianblakely/nodep-date-input-polyfill/blob/master/nodep-date-input-polyfill.scss), which you may overwrite with your own. +* **Polyfills `valueAsDate` and `valueAsNumber`:** +[Learn more about these properties.](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement#property-valueasdate) +They behave as getters and setters. + ## Contributing ### Local Development Run `webpack-dev-server --host $IP --port $PORT` ### Build -Run `webpack --devtool=none` \ No newline at end of file +Run `webpack --devtool=none`