From c526912ecb68c825b2ab412bae4616f5a0edaf50 Mon Sep 17 00:00:00 2001 From: Dummi26 Date: Thu, 13 Apr 2023 22:47:18 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 119d64b..15b69c3 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Mers is an experimental programming language inspired by high-level and scriptin If you use libraries, be aware that they run as a seperate process that might not exit with mers! This means that, after running a script 40-50 times (which can happen more quickly than you might realize), -you might find 40-50 random processes just running and possibly maxing our your cpu. +you might find 40-50 random processes just running and possibly maxing out your cpu. So if you use libraries (recommendation: don't, the implementation is pretty bad anyway. just use any other language), make sure to kill those processes once you're done until I figure out how to make that happen automatically. (I believe the issue happens when closing the window from the GUI library, which crashes mers, leaving the http library process running)