We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bd7de commit e161fbeCopy full SHA for e161fbe
1 file changed
README.md
@@ -1,7 +1,7 @@
1
konamicode.js
2
=============
3
4
-Easter-egg your website with the konami-code!. Every developer loves to add
+Easter-egg your website with the konami-code! Every developer loves to add
5
some hidden, tiny bits and pieces into his website or web application once the project
6
goes into its final and stressful phase.
7
@@ -38,11 +38,11 @@ after the other.
38
39
```javascript
40
konamicode(document.body, function() {
41
- alert('Mega Man now has Metal Blade, even though he is not from Konami!')
+ alert('Mega Man now has Metal Blade, even though he is not from Konami!');
42
});
43
44
45
- alert('Mega Man got Atomic Fire')
+ alert('Mega Man got Atomic Fire');
46
47
```
48
0 commit comments