From 99780e710cf75186e9b6adbb5c11c293504e2846 Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:47:04 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a88aff..bce1029 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PASM is a Scripting language that i made for fun with a few constraints : PASM is meant for being used in C2 agents as its interpreter is small. # What pasm is not -PASM is not a language that you daily use, it is not meant for big projects but rather for scritpting using existing API (here the Windows API's but it can get extended). +PASM is not a language that you daily use, it is not meant for big projects but rather for scripting using existing API (here the Windows API's but it can get extended). # Usage ```