From a56039123b559fc59f1997a10ce4574d9942ec39 Mon Sep 17 00:00:00 2001 From: mrtomblue Date: Thu, 23 May 2024 23:37:20 -0400 Subject: [PATCH] fix: rename pros to vexide --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 4506969..a1053a1 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ -export const CRATE_NAME = `pros`; +export const CRATE_NAME = `vexide`; export const GITHUB_ORG_URL = `https://github.com/vexide`; export const GITHUB_REPO_URL = `${GITHUB_ORG_URL}/vexide`;