Skip to content

Commit 4b229fc

Browse files
[DEV] Copy updates
1 parent 1861beb commit 4b229fc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Vue.use(EasterEggTrigger);
2626

2727
Name | Type | Default | Description
2828
:----- | :------ | :----- | :-----
29-
delay | Integer | 500 | Determins the timeout before the event lister resets
30-
keys | Array | ['ArrowUp', 'ArrowUp', 'ArrowDown', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'ArrowLeft', 'ArrowRight', 'b', 'a'] | The keys a user needs to enter to trigger the easter egg. The default combination is the konami code.
31-
pattern | Array | [38, 38, 40, 40, 37, 39, 37, 39, 66, 65] | The keyCode a user enters to trigger the easter egg. This is a fallback for the keys option as it is depreciated.
32-
type | String | keydown | The type of action the trigger will be listening for
29+
delay | Integer | 500 | Determines the timeout before the event lister resets.
30+
keys | Array | ['ArrowUp', 'ArrowUp', 'ArrowDown', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'ArrowLeft', 'ArrowRight', 'b', 'a'] | The key/click combination a user does to trigger easter egg. The default combination is the konami code.
31+
pattern | Array | [38, 38, 40, 40, 37, 39, 37, 39, 66, 65] | The key combination a user does to trigger easter egg. (fallback for keys)
32+
type | String | keydown | The type of action the trigger will be listening for.
3333

3434
##### Overriding the plugin default options
3535

@@ -177,6 +177,10 @@ this.$easterEgg({
177177

178178
You can find more examples in the [EasterEgg.vue](https://github.com/webdevnerdstuff/vue-easter-egg-trigger/blob/main/src/components/EasterEgg.vue) file.
179179

180+
## Demo
181+
182+
Coming soon to a farm near you.
183+
180184
## Change Log
181185

182186
[CHANGELOG](https://github.com/webdevnerdstuff/vue-easter-egg-trigger/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)