Skip to content

Commit e161fbe

Browse files
committed
typos
1 parent d0bd7de commit e161fbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
konamicode.js
22
=============
33

4-
Easter-egg your website with the konami-code!. Every developer loves to add
4+
Easter-egg your website with the konami-code! Every developer loves to add
55
some hidden, tiny bits and pieces into his website or web application once the project
66
goes into its final and stressful phase.
77

@@ -38,11 +38,11 @@ after the other.
3838

3939
```javascript
4040
konamicode(document.body, function() {
41-
alert('Mega Man now has Metal Blade, even though he is not from Konami!')
41+
alert('Mega Man now has Metal Blade, even though he is not from Konami!');
4242
});
4343

4444
konamicode(document.body, function() {
45-
alert('Mega Man got Atomic Fire')
45+
alert('Mega Man got Atomic Fire');
4646
});
4747
```
4848

0 commit comments

Comments
 (0)