From cd9081f7315a1d0ca5e2be96c3355baca3edacf0 Mon Sep 17 00:00:00 2001 From: FurryR Date: Mon, 26 Feb 2024 22:35:14 +0000 Subject: [PATCH] :bug: Remove malicious typo URL --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9d6c915..4add1ca 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ export function trap(callback: (vm: VM) => void) { 'Copyright (c) 2024 FurryR. Visit my profile at https://github.com/FurryR' ) console.log( - 'Hyren is based on Turbowarp compiler. Check https://turbowarp.com/editor for more details.' + 'Hyren is based on Turbowarp compiler. Check https://turbowarp.org/editor for more details.' ) console.log('GitHub Repository: https://github.com/FurryR/hyren') MainLog.groupEnd()