diff --git a/README.md b/README.md index 5538e0e..13ef198 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ ##Installation `npm i material-ui-superselectfield` + This component requires 4 dependencies : - react - react-dom - react-tap-event-plugin - material-ui + ... so make sure they are installed in your project, or install them as well ;) ##Properties diff --git a/package.json b/package.json index 6e696cf..6a4c475 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "material-ui-superselectfield", - "version": "0.1.3", - "description": "original Material-UI's SelectField component enahnced with autocompletion and multiselection", + "version": "0.1.4", + "description": "original Material-UI's SelectField component enhanced with autocompletion and multiselection", "private": false, "author": "Raphaƫl Morineau ", "license": "MIT",