Skip to content

Commit aeb987d

Browse files
Merge pull request #63 from zoltantothcom/dev
Fix typo in README
2 parents 0417d8c + 72a4291 commit aeb987d

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
@@ -1,8 +1,8 @@
1-
# Design Patterns _(implemented in JavaScript)_
1+
# Design Patterns Game
22

33
[![Build Status](https://travis-ci.org/zoltantothcom/Design-Patterns-JavaScript.svg?branch=master)](https://travis-ci.org/zoltantothcom/Design-Patterns-JavaScript) [![Coverage Status](https://coveralls.io/repos/github/zoltantothcom/Design-Patterns-JavaScript/badge.svg?branch=master)](https://coveralls.io/github/zoltantothcom/Design-Patterns-JavaScript?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5f4e97b771504e23b0b414d2cbc69506)](https://www.codacy.com/app/zoltantothcom/Design-Patterns-JavaScript) [![Greenkeeper badge](https://badges.greenkeeper.io/zoltantothcom/Design-Patterns-JavaScript.svg)](https://greenkeeper.io/)
44

5-
Design Patterns - a game to get familiar with the design patterns implemented in JavaScript, test your knowledge or simply for fun.
5+
Design Patterns - a quick game to test your familiarity with the 'Gang of Four' design patterns implemented in JavaScript.
66

77
### :zap: [PLAY HERE](http://designpatternsgame.com/)
88

@@ -94,7 +94,7 @@ yarn test:coverage
9494

9595
## Inspiration and Credits
9696

97-
- Inpired by the very well-known [JavaScript Guessing Game](https://javascript-game.firebaseapp.com/)
97+
- Inspired by the very well-known [JavaScript Guessing Game](https://javascript-game.firebaseapp.com/)
9898

9999
- Code samples impudently taken from the awesome compilation of [Design Patterns JS](https://github.com/fbeline/Design-Patterns-JS)
100100

0 commit comments

Comments
 (0)