Fix a typo in getting-started.md

seperately -> separately
This commit is contained in:
Felix Yan 2015-11-16 18:44:03 +08:00
Родитель fbe5382ff8
Коммит 07ad92f114
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ As shown above, it's pretty impressive what you can do with so few lines of code
Introducing, npm!
npm is the package manager for JavaScript. npm ships with Node.js, so there's no need to install it seperately.
npm is the package manager for JavaScript. npm ships with Node.js, so there's no need to install it separately.
### Using an existing npm package
To get a sense for how to use npm packages in your app, let's try getting started with `express`, the most popular web framework for Node.js.