diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-04 16:15:46 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-04 16:15:46 +0500 |
commit | 57d7b593ed20b13b7dfa0bd0435d658334dcfe13 (patch) | |
tree | 88733330a30a7bde01d262b2fe9ac7f1a18ea8d4 | |
parent | index.html: prettier Liquid (diff) | |
download | wireguard-config-57d7b593ed20b13b7dfa0bd0435d658334dcfe13.tar.gz wireguard-config-57d7b593ed20b13b7dfa0bd0435d658334dcfe13.zip |
README: update
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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`). |