summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-07-21 16:03:07 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-07-21 16:03:07 -0400
commitf39e3722722e1a43789ce95c2324bd0f19494c79 (patch)
tree4c8f505a32b27e61b1c9e59eeb72882f9e348e57
parent75bf9d4e2c8231596a55b8f9477ad7413deb581b (diff)
downloadIntimidatetime-f39e3722722e1a43789ce95c2324bd0f19494c79.zip
Intimidatetime-f39e3722722e1a43789ce95c2324bd0f19494c79.tar.gz
Intimidatetime-f39e3722722e1a43789ce95c2324bd0f19494c79.tar.bz2
Update readme
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e0ad853..57001f0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@
Please don't edit files in the `dist` subdirectory as they are generated via Grunt. You'll find source code in the `src` subdirectory!
### Code style
-Regarding code style like indentation and whitespace, **follow the conventions you see used in the source already.**
+Regarding code style like indentation and whitespace, **follow the conventions you see used in the source already (tabs).**
### PhantomJS
While Grunt can run the included unit tests via [PhantomJS](http://phantomjs.org/), this shouldn't be considered a substitute for the real thing. Please be sure to test the `test/*.html` unit test file(s) in _actual_ browsers.
diff --git a/README.md b/README.md
index 0c5708e..4e9f5fa 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A wicked good date time picker for jQuery and Zepto
+Intimidatetime is not yet ready for use, but check back soon!
+
## Getting Started
Download the [production version][min] or the [development version][max].
@@ -15,7 +17,7 @@ In your web page:
<script src="dist/Intimidatetime.min.js"></script>
<script>
jQuery(function($) {
- $.awesome(); // "awesome"
+ $('.myInputs').intimidatetime();
});
</script>
```