From c9bf26f1ac7e3b566f9ef8a7a6b72a9836453ad1 Mon Sep 17 00:00:00 2001
From: ha7ilm <retzlerandras@gmail.com>
Date: Tue, 18 Aug 2015 17:22:49 +0200
Subject: [PATCH] fix comments & readme

---
 README.md       | 2 +-
 config_webrx.py | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index abc08c1..2e60081 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It has the following features:
 - Several bugs were fixed to improve reliability and stability.
 - OpenWebRX now supports compression of audio and waterfall stream, so the required network uplink bandwidth has been decreased from 2 Mbit/s to about 200 kbit/s per client! (Measured with the default settings. It is also dependent on `fft_size`.)
 - OpenWebRX now uses <a href="https://github.com/simonyiszk/csdr#sdrjs">sdr.js</a> (*libcsdr* compiled to JavaScript) for some client-side DSP tasks. 
-- Auto-update capability for *sdr.hu* added (currently only *sdr.hu* beta testers can use it).
+- Receivers can now be listed on <a href="http://sdr.hu/">sdr.hu</a>.
 - License for OpenWebRX is now Affero GPL v3. 
 
 ## Setup
diff --git a/config_webrx.py b/config_webrx.py
index 55f1528..59a85ab 100644
--- a/config_webrx.py
+++ b/config_webrx.py
@@ -55,7 +55,6 @@ Website: <a href="http://localhost" target="_blank">http://localhost</a>
 """
 
 # ==== sdr.hu listing ====
-# (This feature is only available to sdr.hu beta testers by now.)
 # If you want your ham receiver to be listed publicly on sdr.hu, then take the following steps:
 # 1. Register at: http://sdr.hu/register
 # 2. You will get an unique key by email. Copy it and paste here:
-- 
GitLab