From 8c64c67c80c792c722caf2a155775b2842b43e0a Mon Sep 17 00:00:00 2001
From: Declan Teevan
Date: Fri, 3 Apr 2026 19:31:59 +0100
Subject: [PATCH] feat: expand examples
fix: library usage
---
README.md | 12 +++++-----
...rect.html => direct-nolib-unminified.html} | 4 ++--
examples/direct-nolib.html | 19 ++++++++++++++++
examples/index.html | 22 +++++++++++++++++++
package.json | 2 +-
pnpm-lock.yaml | 2 +-
src/core.js | 18 ++++++++-------
src/core.min.js | 2 +-
8 files changed, 62 insertions(+), 19 deletions(-)
rename examples/{redirect.html => direct-nolib-unminified.html} (89%)
create mode 100644 examples/direct-nolib.html
create mode 100644 examples/index.html
diff --git a/README.md b/README.md
index d363deb..524c2ab 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Konami Code Snippets
-The Konami Code (sometimes called the Contra Code) is a cheat code that has appeared in many Konami video games.
+The Konami Code (sometimes called the Contra Code) is a cheat code from many Konami video games.
It is now often used as a gag, homage or an easter egg within many products or websites.
@@ -10,7 +10,7 @@ It is now often used as a gag, homage or an easter egg within many products or w
Read more about the Konami Code from the associated [Wikipedia entry](https://en.wikipedia.org/wiki/Konami_Code).
-## Usage
+## 🚀 Usage
### JSDelivr
@@ -20,7 +20,7 @@ You can use this as a library within your web applications.
Version 1.0 (+ hotfixes):
-Latest Version:
+Latest Version:
#### Example
@@ -29,7 +29,7 @@ Latest Version:
(...content)
-
+
+