aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 16:15:46 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 16:15:46 +0500
commit57d7b593ed20b13b7dfa0bd0435d658334dcfe13 (patch)
tree88733330a30a7bde01d262b2fe9ac7f1a18ea8d4
parentindex.html: prettier Liquid (diff)
downloadwireguard-config-57d7b593ed20b13b7dfa0bd0435d658334dcfe13.tar.gz
wireguard-config-57d7b593ed20b13b7dfa0bd0435d658334dcfe13.zip
README: update
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2904a33..e7e2a1d 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,6 @@ The truly static version will be downloaded to the .wget/ directory.
For IP address parsing and validation, [ipaddr.js] was used originally.
It is pre-built for browser use, which is nice; however, it's [buggy].
-
It was replaced by [ip-address], which is not browser-ready; instead,
[Browserify] is used to turn it into a suitable .js file
(`make npm && make bundle`).