aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-10 23:43:47 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-11 00:08:40 +0200
commit28ae865e5ecad9b398ac21fa148fc4b93c987226 (patch)
tree1f045b4c55d9556557758f5cfa9457d07e988aa9 /README.md
parente3177b549d5fb9c065d336cbb95301f48e29863a (diff)
downloadslcl-28ae865e5ecad9b398ac21fa148fc4b93c987226.tar.gz
Apply slweb renaming to libweb
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7c0d2b4..134ec6f 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ portability, minimalism, simplicity and efficiency.
- Private access directory with file uploading, with configurable quota.
- Read-only public file sharing.
-- Uses [`slweb`](https://gitea.privatedns.org/xavi/slweb), a tiny web framework.
+- Uses [`libweb`](https://gitea.privatedns.org/xavi/libweb), a tiny web framework.
- A simple JSON file as the credentials database.
- No JavaScript.
@@ -48,8 +48,8 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
- OpenSSL >= 2.0.
- cJSON >= 1.7.15.
- [`dynstr`](https://gitea.privatedns.org/xavi/dynstr)
-(provided as a `git` submodule by `slweb`).
-- [`slweb`](https://gitea.privatedns.org/xavi/slweb)
+(provided as a `git` submodule by `libweb`).
+- [`libweb`](https://gitea.privatedns.org/xavi/libweb)
(provided as a `git` submodule).
- `jq` (for [`usergen`](usergen) only).
- CMake (optional).