Skip to content

Commit f2f3aaf

Browse files
committedJul 12, 2015
typo fix s/implemenation/implementation/
1 parent 114ddb2 commit f2f3aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This project is quite stable and ready for production use, however there are pla
2626
- Documentation website (currently just examples)
2727
- Custom options rendering
2828

29-
It's loosely based on [Selectize](http://brianreavis.github.io/selectize.js/) (in terms of behaviour and user experience) and [React-Autocomplete](https://github.com/rackt/react-autocomplete) (as a native React Combobox implemenation), as well as other select controls including [Chosen](http://harvesthq.github.io/chosen/) and [Select2](http://ivaynberg.github.io/select2/).
29+
It's loosely based on [Selectize](http://brianreavis.github.io/selectize.js/) (in terms of behaviour and user experience) and [React-Autocomplete](https://github.com/rackt/react-autocomplete) (as a native React Combobox implementation), as well as other select controls including [Chosen](http://harvesthq.github.io/chosen/) and [Select2](http://ivaynberg.github.io/select2/).
3030

3131

3232
## Installation
@@ -37,7 +37,7 @@ The easiest way to use React-Select is to install it from NPM and include it in
3737
npm install react-select --save
3838
```
3939

40-
You can also use the standalone build by including `dist/select.js` and `dist/default.css` in your page. If you use this, make sure you have already included the following dependencies:
40+
You can also use the standalone build by including `dist/select.js` and `dist/default.css` in your page. If you use this, make sure you have already included the following dependencies:
4141

4242
* [React](http://facebook.github.io/react/)
4343
* [classNames](http://jedwatson.github.io/classnames/)

0 commit comments

Comments
 (0)
Please sign in to comment.