diff --git a/packaging/chocolatey/libredb-studio.nuspec.tmpl b/packaging/chocolatey/libredb-studio.nuspec.tmpl
index 47c3cd3..d1ef44a 100644
--- a/packaging/chocolatey/libredb-studio.nuspec.tmpl
+++ b/packaging/chocolatey/libredb-studio.nuspec.tmpl
@@ -15,7 +15,10 @@
libredb
LibreDB Studio
LibreDB
- https://github.com/libredb/libredb-studio
+
+ https://libredb.org
https://cdn.jsdelivr.net/gh/libredb/libredb-studio@{{VERSION}}/public/logo.svg
@@ -37,7 +40,7 @@ This package installs the standalone server together with a bundled, private Nod
libredb-studio
```
-Then open http://127.0.0.1:3000. The first run prints generated admin credentials to the terminal (zero-config bootstrap). The server binds to 127.0.0.1 by default; set `LIBREDB_BIND=0.0.0.0` to expose it on the network. Server-side state is stored under `%LOCALAPPDATA%\LibreDB\Studio`.
+Then browse to `localhost:3000`. The first run prints generated admin credentials to the terminal (zero-config bootstrap). The server binds to the loopback interface by default; set `LIBREDB_BIND=0.0.0.0` to expose it on the network. Server-side state is stored under `%LOCALAPPDATA%\LibreDB\Studio`.
### Configuration