You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/formatters.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,4 +66,4 @@ _Don't use with `textDiff` as it isn't suppported_
66
66
67
67
Of course, first step to create a formatters is understanding the [delta format](deltas.md).
68
68
69
-
To simplify the creation of new formatters, you can base yours in the `BaseFormatter` included. All the builtin formatters do, check the [formatters](../src/formatters) folder to get started.
69
+
To simplify the creation of new formatters, you can base yours in the `BaseFormatter` included. All the builtin formatters do, check the [formatters](../packages/jsondiffpatch/src/formatters/) folder to get started.
0 commit comments