From 89b4f291b14716a5bff02ed06990533ba13349fa Mon Sep 17 00:00:00 2001 From: SnO2WMaN Date: Sun, 19 Jun 2022 10:46:24 +0900 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {