We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbfb33 commit 0f02d85Copy full SHA for 0f02d85
README.md
@@ -26,7 +26,7 @@ Click <a href="https://rawgit.com/g1eb/angular-datetime-input/master/" target="_
26
bower install angular-datetime-input
27
```
28
29
-Or:
+Or with npm _(note that 'inputs' plural here)_:
30
31
32
npm install angular-datetime-inputs
bower.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "angular-datetime-inputs",
+ "name": "angular-datetime-input",
3
"version": "0.0.9",
4
"description": "UI widget for datetime input, converted to an angular directive for your convenience.",
5
"homepage": "https://github.com/g1eb/angular-datetime-input",
0 commit comments