Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Nov 23, 2012
1 parent f85ac46 commit 6f4974a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $Renderer = new \Diff_Renderer_Html_SideBySide;
echo $Diff->render($Renderer);

/* Pass $a and $b to javascript */
echo '<script type="text/javascript">var left='.json_encode($left).', left='.json_encode($right).';'</script>
echo '<script type="text/javascript">var left='.json_encode($left).', right='.json_encode($right).';'</script>
```
And this as initiation on the client side.
Expand All @@ -65,7 +65,7 @@ $('.Differences').phpdiffmerge({
console.log('done');
}
);
},
}
/* Use your own "Merge now" button */
// ,button: '#myButtonId'
/* uncomment to see the complete merge in a pop-up window */
Expand Down

0 comments on commit 6f4974a

Please sign in to comment.