diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-03-14 16:57:59 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-03-14 16:57:59 -0400 |
commit | 91f3f913dc58f37cacfb938028eac0ce2c20dad1 (patch) | |
tree | e77b86b95972d6caa1acf57700af548a2b8091b5 /README.md | |
parent | 45b31fb62f1f994faf33a92ee7a77b3724decb17 (diff) |
Added helper function in main.c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 `/`. |