Update installation.md

fix wording
pull/1393/head
Max 2016-11-26 22:42:33 +01:00 committed by 杨奕
parent 1f8f88615c
commit 0909955744
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## Installation ## Installation
### npm ### npm
Installing with npm is recommended, for it works seamlessly with [webpack](https://webpack.js.org/). Installing with npm is recommended and it works seamlessly with [webpack](https://webpack.js.org/).
```shell ```shell
npm i element-ui -D npm i element-ui -D
@ -50,4 +50,4 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt
</script> </script>
</html> </html>
``` ```
If you are using npm and wish to apply webpack, please continue to the next page: Quick Start. If you are using npm and wish to apply webpack, please continue to the next page: Quick Start.