summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbpc2003 <wpesfriendnva@gmail.com>2025-03-14 16:57:59 -0400
committerbpc2003 <wpesfriendnva@gmail.com>2025-03-14 16:57:59 -0400
commit91f3f913dc58f37cacfb938028eac0ce2c20dad1 (patch)
treee77b86b95972d6caa1acf57700af548a2b8091b5 /README.md
parent45b31fb62f1f994faf33a92ee7a77b3724decb17 (diff)
Added helper function in main.c
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f02933..c6345c7 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ The basic layout of a command looks like this:\
- `s` represents the selector.\
If `s` is a number, it will execute the command on that specific object.\
If `s` is an `*` it will execute the command on every object.
-- `/params/` represents any paramaters\
+- `/params/` represents any parameters\
that the command may need to execute properly.\
All parameters are separated by a `/`.