Skip to content

Commit

Permalink
Fix indent in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeh committed Jun 5, 2013
1 parent f1fb737 commit 737f07b
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 @@ -50,8 +50,8 @@ want it to:

```javascript
L.marker([48.85, 2.35])
.addTo(map)
.on('click', function () {
.addTo(map)
.on('click', function () {
this.bounce(500, 100); // take 500ms to bounce from 100px height
});
```
Expand Down

0 comments on commit 737f07b

Please sign in to comment.