Skip to content

Commit 869a741

Browse files
Fix goofs
1 parent b2a4052 commit 869a741

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to the "vue3-easter-egg-trigger" plugin will be documented in this file.
33

4+
## v3.0.1
5+
2024-01-17
6+
[main] (@webdevnerdstuff)
7+
* Fix links
8+
49
## v3.0.0
510
2024-01-17
611
[main] (@webdevnerdstuff)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.
2323

24-
Picture users navigating through your Vue.js application, tapping out secret combinations akin to the infamous <a :href="links.konamiCode" target="_blank">Konami code</a>. Suddenly, a magical farting unicorn appears. While we must issue a PSA that this majestic creature isn't included, the plugin serves as an invitation for developers to infuse similar unexpected elements into their projects.
24+
Picture users navigating through your Vue.js application, tapping out secret combinations akin to the infamous <a href="https://en.wikipedia.org/wiki/Konami_Code" target="_blank">Konami code</a>. Suddenly, a magical farting unicorn appears. While we must issue a PSA that this majestic creature isn't included, the plugin serves as an invitation for developers to infuse similar unexpected elements into their projects.
2525

2626

2727
## Installation
@@ -43,7 +43,7 @@ npm i @wdns/vue-easter-egg-trigger
4343
## Dependencies
4444

4545
[Vue 3](https://vuejs.org/)
46-
[Lodash](https://vueuse.org/)
46+
[Lodash](https://lodash.com/)
4747

4848

4949
## Change Log

0 commit comments

Comments
 (0)