diff --git a/README.md b/README.md
index 924398ea..5923d07c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
-|

| 
| 
| 
|
+| 
| 
| 
| 
|
|:--:|:--:|:--:|:--:|
| **Home Screen** | **Apps List** | **Settings** | **JIT Under 10 Seconds** |
diff --git a/StikJIT/Views/HomeView.swift b/StikJIT/Views/HomeView.swift
index c10529b1..35639ef4 100644
--- a/StikJIT/Views/HomeView.swift
+++ b/StikJIT/Views/HomeView.swift
@@ -258,7 +258,7 @@ struct HomeView: View {
if let url = Bundle.main.url(forResource: "Geode", withExtension: "js"),
let data = try? Data(contentsOf: url) {
autoScriptData = data
- autoScriptName = "script2.js"
+ autoScriptName = "Geode.js"
}
} else if appName == "MeloNX" {
if let url = Bundle.main.url(forResource: "melo", withExtension: "js"),