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
- write your own! check [Formatters documentation](docs/formatters.md)
@@ -156,7 +156,7 @@ If you want to understand deltas, see [delta format documentation](docs/deltas.m
156
156
Targeted platforms
157
157
----------------
158
158
159
-
* Any modern browser and IE8+. Firefox is tested on CI, you can test your current browser visiting [test page](http://benjamine.github.com/JsonDiffPatch/test/index.html).
159
+
* Any modern browser and IE8+. Firefox is tested on CI, you can test your current browser visiting [test page](http://benjamine.github.com/jsondiffpatch/test/index.html).
160
160
* Node.js, tested on CI
161
161
162
162
To run tests locally:
@@ -250,7 +250,7 @@ Visual Diff
250
250
</html>
251
251
```
252
252
253
-
To see formatters in action check the [Live Demo](http://benjamine.github.com/JsonDiffPatch/demo/index.html).
253
+
To see formatters in action check the [Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html).
254
254
255
255
For more details check [Formatters documentation](docs/formatters.md)
0 commit comments