From 9415622fb938736723cfe4eb7d39be4b2725b149 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sat, 18 Jun 2022 20:17:15 +0200 Subject: [PATCH] Fix naming Signed-off-by: Sam Therapy --- README.md | 2 +- main.ts => awl.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main.ts => awl.ts (100%) diff --git a/README.md b/README.md index c34d388..3a0bf84 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # awl: drill, writ small (and using deno) Install: -`deno install --allow-net https://git.froth.zone/sam/awl/raw/branch/master/mod.ts` +`deno install --allow-net https://git.froth.zone/sam/awl/raw/branch/master/awl.ts` diff --git a/main.ts b/awl.ts similarity index 100% rename from main.ts rename to awl.ts