From 5c8855aafd5c68de4a475e9fda89fdcd029658f1 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 8 Aug 2020 00:51:37 +0000 Subject: [PATCH] trailing whitespace best syntax fug --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe71366d..e76ae1a6 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ summary: it works! you can use it! (but technically not even close to beta) # client examples * javascript: dump some state into a file (two separate examples) - `await fetch('https://127.0.0.1:3923/', {method:"PUT", body: JSON.stringify(foo)});` - `var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://127.0.0.1:3923/msgs?raw'); xhr.send('foo');` + * `await fetch('https://127.0.0.1:3923/', {method:"PUT", body: JSON.stringify(foo)});` + * `var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://127.0.0.1:3923/msgs?raw'); xhr.send('foo');` * FUSE: mount a copyparty server as a local filesystem (see [./bin/](bin/))