From 61bf48c71c8ae87c55ad7244ce202b6c9cf9c86c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 28 Feb 2021 14:25:36 +0100 Subject: corrected repo name in readme --- README.md | 4 ++-- 1 file 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 +``` -- cgit v1.2.3