diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |