diff --git a/qbcore-resources/qb-banking.md b/qbcore-resources/qb-banking.md index acc1a2e..ab25333 100644 --- a/qbcore-resources/qb-banking.md +++ b/qbcore-resources/qb-banking.md @@ -181,7 +181,7 @@ exports['qb-banking']:CreateBankStatement(playerId, account, amount, reason, sta * returns: `boolean` ```lua -RegisterCommand('getBalance', function(source) +RegisterCommand('createBankStatement', function(source) local playerId = source local account = 'My Shared Account' local amount = 5000