From 5d2c116857737548d1bfe26a818058fe9df6ef03 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Mon, 17 Feb 2020 02:07:16 +0100 Subject: [PATCH] fixed a trailing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74efde6..0d32d7e 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ This repository will be automagically pulled by the web server each time somethi ## Some server variables that might turn out to be useful: { "HTTP_USER_AGENT":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko\/20100101 Firefox\/73.0", - "REMOTE_ADDR":"10.1.1.3", + "REMOTE_ADDR":"10.1.1.3" } \ No newline at end of file