Update docs/README.md

This commit is contained in:
Jacob Schmidt 2025-03-22 15:14:55 -05:00
parent a6bca8e317
commit 5a4cc64bde

View File

@ -53,7 +53,7 @@ The functions are categorized by their purpose:
[] call ramdb_db_fnc_init; [] call ramdb_db_fnc_init;
// Set a value // Set a value
["myKey", ["myValue"]] call ramdb_db_fnc_set; ["myKey", [myValue]] call ramdb_db_fnc_set;
// Get a value // Get a value
["myKey", "myFunction"] call ramdb_db_fnc_get; ["myKey", "myFunction"] call ramdb_db_fnc_get;