Skip to content

Commit

Permalink
docs(readme): fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Sep 24, 2024
1 parent 03fa65c commit a1976c7
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 @@ -14,7 +14,7 @@ It's in a decent state but have not done performance analysis. API breaks will r

## Data-structure

This package implements a modded prolly-tree in Typescript. Most relevant code is in [`src/builder.ts`](https://github.com/tabcat/prollipop/src/builder.ts) and [`src/diff.ts`](https://github.com/tabcat/prollipop/src/diff.ts).
This package implements a modded prolly-tree in Typescript. Most relevant code is in [`src/mutator.ts`](https://github.com/tabcat/prollipop/blob/master/src/mutator.ts) and [`src/diff.ts`](https://github.com/tabcat/prollipop/blob/master/src/diff.ts).

mods:

Expand Down

0 comments on commit a1976c7

Please sign in to comment.