Skip to content

Commit 3d657c2

Browse files
authored
Update README.md
1 parent 0841b8a commit 3d657c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ My test procedure:
7878
## Installation
7979

8080
#### Prerequisites
81-
- node.js and git
82-
- install JSPM with global flag to have jspm command available: `npm install jspm -g` (otherwise you'll have to use a local version from `~/node_modules/`)
81+
- Node.js and Git
82+
- Install JSPM with global flag to have jspm command available: `npm install jspm -g` (otherwise you'll have to use a local version from `~/node_modules/`)
8383

8484

8585
#### 1. Create new project folder
8686
mkdir my-project && cd my-project
8787

8888
#### 2. Clone repo
89-
git clone https://github.com/piotrwitek/react-ts-jspm-starter-kit.git
89+
git clone https://github.com/piotrwitek/react-ts-jspm-starter-kit.git .
9090

9191
#### 3. Install npm dependencies
9292
npm install

0 commit comments

Comments
 (0)