aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-08-10 21:26:38 -0400
committeralyx <alyx@aleteoryx.me>2023-08-10 21:26:38 -0400
commit7d8d5fa6f9bfafe07932728fe86ba14713377b7b (patch)
treeb8170569a23680707a897218c96b3613dc3a2c05
parent9edafd94b00a73662d51824dbcba0a018e2140cf (diff)
downloadlfm_embed-7d8d5fa6f9bfafe07932728fe86ba14713377b7b.tar.gz
lfm_embed-7d8d5fa6f9bfafe07932728fe86ba14713377b7b.tar.bz2
lfm_embed-7d8d5fa6f9bfafe07932728fe86ba14713377b7b.zip
Fix README typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index af69629..551c6ea 100644
--- a/README.md
+++ b/README.md
@@ -27,12 +27,12 @@ It is the default fallback for an unset or unknown theme.
#### Parameters
-- `dark`: toggle the theme's dark mode.
+- `?dark`: toggle the theme's dark mode.
# Self-Hosting
`lfm_embed` is, as it stands, designed to use a reverse proxy.
A future release may include HTTPS support, but currently, it will only listen on `localhost`, prohibiting it from public access.
-Once configured, a request of the form `http://localhost:9999/<last.fm username>` will render out an embed with the default theme.
+Once configured, a request of the form `http://localhost:9999/user/<last.fm username>` will render out an embed with the default theme.
As it stands, there are no plans to support displaying users with private listen history.