Skip to content

Commit 7ef406d

Browse files
author
Benjamín Eidelman
committed
Update README.md
1 parent d745f5e commit 7ef406d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
JsonDiffPatch
1+
jsondiffpatch
22
=============
33

44
<!--- badges -->
5-
[![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.png)](http://travis-ci.org/benjamine/JsonDiffPatch)
5+
[![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.png)](http://travis-ci.org/benjamine/jsondiffpatch)
66
[![NPM version](https://badge.fury.io/js/jsondiffpatch.png)](http://badge.fury.io/js/jsondiffpatch)
77
[![Bower version](https://badge.fury.io/bo/jsondiffpatch.png)](http://badge.fury.io/bo/jsondiffpatch)
88

99
Diff & patch JavaScript objects
1010

1111
-----
12-
**[Live Demo](http://benjamine.github.com/JsonDiffPatch/demo/index.html)**
12+
**[Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html)**
1313
-----
1414

1515
- min+gzipped < 6KB
@@ -20,7 +20,7 @@ Diff & patch JavaScript objects
2020
- unpatch (eg. revert object to its original state using a delta)
2121
- simplistic, pure JSON, low footprint [delta format](docs/deltas.md)
2222
- multiple output formatters:
23-
- html (check it at the [Live Demo](http://benjamine.github.com/JsonDiffPatch/demo/index.html))
23+
- html (check it at the [Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html))
2424
- annotated json (html), makes the JSON delta format self-explained
2525
- console (colored), try running ```./node_modules/.bin/jsondiffpatch left.json right.json```
2626
- 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
156156
Targeted platforms
157157
----------------
158158

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).
160160
* Node.js, tested on CI
161161

162162
To run tests locally:
@@ -250,7 +250,7 @@ Visual Diff
250250
</html>
251251
```
252252

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).
254254

255255
For more details check [Formatters documentation](docs/formatters.md)
256256

0 commit comments

Comments
 (0)