Skip to content

Commit 3af294a

Browse files
authored
Merge pull request #1 from garora/master
Fixed issues related to formatting
2 parents e397a7b + 08a4953 commit 3af294a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ This repository contains Hands on Test Driven Development Katas - implemented us
44
## How to run the tests
55
Download or Clone the the project, navigate to the project folder in your Node console, and run
66

7-
`npm install
7+
npm install
88
npm test `
99

1010
## Compile typescript files
1111
To get the advantage of `.ts` file to generate `.js` files, run the following command
12-
`npm run compile`
13-
The above command will generate two files of extensions `.js` and `.js.map` in `out` folder
14-
If you're adding/creating new `.ts` file(s), make sure you've added an entry in `tsconfig.json` file before executing above command.
12+
13+
npm run compile
14+
15+
The above command will generate two files of extensions `.js` and `.js.map` in `out` folder. If you're adding/creating new `.ts` file(s), make sure you've added an entry in `tsconfig.json` file before executing above command.
1516

1617
### How to contribute:
1718
Want to contribute? Make a pull request (PR) to [develop](https://github.com/garora/TDD-Katas-JavaScript/tree/dev) branch. Do not make any PR to Master branch.
@@ -26,4 +27,4 @@ Lookig for implementation in your technology? There are more flavors of the repo
2627
5. [TDD Katas in PHP](https://github.com/garora/TDD-Katas-PHP)
2728

2829
### License
29-
MIT License, refer: [License info](/LICENSE.txt) for more information.
30+
MIT License, refer: [License info](/LICENSE.txt) for more information.

0 commit comments

Comments
 (0)