diff --git a/README.md b/README.md index 6f71622..1fe0fc2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ deno cache --import-map=./import_map.json --lock lock.json --lock-write ./mod.ts ```nix { - inputs.deno2nix.url = "https://github.com/SnO2WMaN/deno2nix"; + inputs.deno2nix.url = "github:SnO2WMaN/deno2nix"; inputs.devshell.url = "github:numtide/devshell"; outputs = {