Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Commit a40de58

Browse files
committed
Fix typo in README
1 parent 1b72922 commit a40de58

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Ember CLI datepicker
22

3-
The addon provides you a `bootstrap-datapicker` input component. It can be used in Ember CLI applications.
3+
The addon provides you a `bootstrap-datepicker` input component. It can be used in Ember CLI applications.
44

5-
The input component is based on [bootstrap-datepicker library](https://github.com/eternicode/bootstrap-datepicker).
6-
7-
The datepicker input field extends [`Ember.TextField`](http://emberjs.com/api/classes/Ember.TextField.html). That means you have all attribute bindings available on `Ember.TextField`.
5+
The input component is based on [bootstrap-datepicker library](https://github.com/eternicode/bootstrap-datepicker). The datepicker input field extends [`Ember.TextField`](http://emberjs.com/api/classes/Ember.TextField.html). That means you have all attribute bindings available on `Ember.TextField`.
86

97
## Installation
108

0 commit comments

Comments
 (0)