Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ a diffy jar at `diffy/target/scala-2.11/diffy-server.jar`.

Diffy comes bundled with an example.sh script that you can run to start comparing examples instances
we have already deployed online. Once your local Diffy instance is deployed, you send it a few requests
via `curl localhost:8880` and `curl localhost:8880/json`. You can then go to your browser at
via `curl --header "Canonical-Resource: Html" localhost:8880` and `curl --header "Canonical-Resource: Json" localhost:8880/json`. You can then go to your browser at
[http://localhost:8888](http://localhost:8888) to see what the differences across our example instances look like.

That was cool but now you want to compare old and new versions of your own service. Here’s how you can
Expand Down