Skip to content

Commit 6ad6d5a

Browse files
committed
Table of contents in README
1 parent 38a50b4 commit 6ad6d5a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ JavaScript Design Patterns - a game to get familiar with the design patterns, te
88

99
<img src="https://raw.githubusercontent.com/zoltantothcom/JavaScript-Design-Patterns/master/static/screenshot.png?sanitize=true&raw=true" alt="JavaScript Design Patterns - game results screenshot" />
1010

11+
- [About](#about)
12+
- [How To Run Locally](#how-to-run-locally)
13+
- [Running the Tests](#running-the-tests)
14+
- [ToDo](#todo)
15+
- [Credits](#credits)
16+
- [License](#license)
17+
1118
## About
1219

1320
This is a small game to get you familiar with all the 23 Gang of Four design patterns implemented in JavaScript.
@@ -44,7 +51,7 @@ This is a small game to get you familiar with all the 23 Gang of Four design pat
4451
- Template
4552
- Visitor
4653

47-
## Run it locally
54+
## How To Run Locally
4855

4956
1. Clone this repo
5057

@@ -72,7 +79,7 @@ yarn start
7279

7380
5. Voila! The project is running on `http://localhost:8080`
7481

75-
## Tests
82+
## Running the Tests
7683

7784
- To run the tests
7885

@@ -86,7 +93,7 @@ yarn test
8693
yarn test:coverage
8794
```
8895

89-
## TODO
96+
## ToDo
9097

9198
- Write more unit tests
9299
- Add E2E tests (Cypress)

0 commit comments

Comments
 (0)