Skip to content

Commit 4667079

Browse files
committed
💅 Fix typos on README
1 parent 032e589 commit 4667079

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An [npm initializer][npm/init] to scaffold a node project and include basic tool
1919

2020
1. Install the package as global
2121
```
22-
npm install -g create-NodeJS-project
22+
npm install -g create-nodejs-project
2323
```
2424

2525
2. You will be prompted for your Github information
@@ -28,7 +28,7 @@ In order to create projects with Github integration, you will need to add the au
2828

2929
3. Create your project
3030
```
31-
npm init NodeJS-project path/to/new/project
31+
npm init nodejs-project path/to/new/project
3232
```
3333

3434
## What it does
@@ -46,17 +46,12 @@ npm init NodeJS-project path/to/new/project
4646

4747
## About this package
4848

49-
So, this started as a dry thing.
49+
The motivation started as a **DRY** thing.
5050

5151
I'm not expert with NodeJS, but every time that I start a new project, I hate to go to other project, copy files like eslintrc, editorconfig, install the same dependencies, create folder structure, etc.
5252

53-
So, the idea is to have a create package to use it in the form of:
53+
So, the idea is to have an automated way to initialize new NodeJS projects and with this have a new folder with everything ready to work in what really matters.
5454

55-
`npm init node-project path/to/project`
56-
57-
and with this have a new folder my-new-project with everything ready to work.
58-
59-
I know there are a lot of similar packages out there, but the idea is to learn more about NodeJS API, handling files, packages, etc.
6055

6156
## Future features
6257

@@ -108,7 +103,7 @@ If you are planning to allow this script to create your Github repositories, is
108103

109104

110105
[license-url]: LICENSE
111-
[license-image]: https://img.shields.io/Github/license/nmicht/create-nodejs-project.svg?style=for-the-badge&logo=appveyor
106+
[license-image]: https://img.shields.io/github/license/nmicht/create-nodejs-project.svg?style=for-the-badge&logo=appveyor
112107

113108
[npm-url]: https://www.npmjs.com/package/create-nodejs-project
114109
[npm-image]: https://img.shields.io/npm/v/create-nodejs-project.svg?style=for-the-badge&logo=npm

0 commit comments

Comments
 (0)