From f493dfaed04fb62adfa797364955469f4c0339d2 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 21 Oct 2019 11:08:56 +0200 Subject: [PATCH] fix readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5a15a84..b039fbf 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,6 @@ window.onerror = async function(msg, source, lineno, colno, error) { } else { data = { app: 'app1', type: 'error', client: appClientId, message: msg }; } - /* - * the first 4 characters of the client will be displayed as app - * the remaining characters (up to 64) will be displayed as client - */ fetch('http://localhost:8080', { method: 'POST', body: JSON.stringify(data),