From 7f565252faa33212d523fbbfa0456882ef92dd14 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 27 Feb 2020 18:48:36 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c2fd06..3a51443 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,10 @@ Machine-readable: Examples: -``` -0x42 0x2 0x2 0x0 0x2 +```python +0x2a 0x2 0x1 0x32 # /vac/waku/2 +0x2a 0x2 0x1 0x32 0x4 0x1 0x32 # /vac/waku/2/relay/2 +0x2a 0x2 0x1 0x32 0x3 0x1 0x32 # /vac/waku/2/store/1 ``` @@ -61,4 +63,4 @@ With multiaddr: ``` /ip4/127.0.0.1/tcp/9000/vac/waku/0.2/relay/0.2 -``` \ No newline at end of file +```