From 219b337de53d14ee5648027ef4a214bda9394f44 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 28 May 2020 00:52:01 +0200 Subject: [PATCH] also remove mlem parentheses on the website --- scripts/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/projects.js b/scripts/projects.js index 4dce8d8..4af9303 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -37,7 +37,7 @@ const projects = [{ }, { name: "MLEM", - desc: "(M)LEM (L)ibrary by (E)llpeck for (M)onoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", + desc: "MLEM Library by Ellpeck for MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", links: { "Get it on NuGet": "https://www.nuget.org/packages?q=mlem", "See the website": "https://mlem.ellpeck.de/"