Skip to content

Commit

Permalink
docs(readme): fix the link to API reference for git.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Oct 21, 2023
1 parent c087d35 commit 3a59893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a59893

Please sign in to comment.