From e6776059ad20be2f704f5bdbe6a34ced596e9d1a Mon Sep 17 00:00:00 2001
From: doria <93405247+dr-frmr@users.noreply.github.com>
Date: Tue, 30 Jan 2024 02:29:17 -0300
Subject: [PATCH] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3185668f..9603e059 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ The `sys` publisher is not a real node ID, but it's also not a special case valu
- UpArrow/DownArrow or CTRL+P/CTRL+N to move up and down through command history
- CTRL+R to search history, CTRL+R again to toggle through search results, CTRL+G to cancel search
-- `m
`: send an inter-process message. is formatted as @. is formatted as ::.
+- `m `: send an inter-process message. is formatted as @. is formatted as ::. JSON containing spaces must be wrapped in single-quotes (`''`).
- Example: `m our@net:distro:sys diagnostics`
- `our` will always be interpolated by the system as your node's name
- `hi `: send a text message to another node's command line.
@@ -114,6 +114,6 @@ The `sys` publisher is not a real node ID, but it's also not a special case valu
Download and install an app:
```
-m our@main:app_store:sys {"Download": {"package": {"package_name": "", "publisher_node": ""}, "install_from": ""}}
-m our@main:app_store:sys {"Install": {"package_name": "", "publisher_node": ""}}
+m our@main:app_store:sys '{"Download": {"package": {"package_name": "", "publisher_node": ""}, "install_from": ""}}'
+m our@main:app_store:sys '{"Install": {"package_name": "", "publisher_node": ""}}'
```