From 2b89cd08407632ef65a8fef4d9f6753178565ae5 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:16:22 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0144e0c..0693b77 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + Node-DBus =============== @@ -243,7 +245,7 @@ Clears any input arguments that were previously appended to the message. NOTE: -- a call to `appenArgs()` with valid data will implicitly clear any previously appended args. +- a call to `appendArgs()` with valid data will implicitly clear any previously appended args. - internally, the actual appending of input arguments happens during `send()` **send()**: