aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d16679..0ec061f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ a normal NixOS service, i.e. like so:
```nix
{config, pkgs, ...}: {
- imports = [ "${fediventure}/workadventure.nix" ];
+ imports = [ "${this-repo}/workadventure.nix" ];
services.workadventure."localhost" = {
nginx = {
@@ -28,4 +28,4 @@ a normal NixOS service, i.e. like so:
};
};
}
-``` \ No newline at end of file
+```