From 3a598936a6652c076a3825358bc63ec609b0d237 Mon Sep 17 00:00:00 2001 From: hasundue Date: Sat, 21 Oct 2023 18:19:43 +0900 Subject: [PATCH] docs(readme): fix the link to API reference for git.ts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8429d506..bf334eab 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ registry. #### API Reference (WIP) - [mod.ts](https://deno.land/x/molt/mod.ts) - Main module -- [git.ts](https://deno.land/x/molt/git/mod.ts) - Sub-module for Git operations +- [git.ts](https://deno.land/x/molt/git.ts) - Sub-module for Git operations - [lib/uri.ts](https://deno.land/x/molt/lib/uri.ts) - Library for handling URIs #### Examples