Skip to content

Commit

Permalink
FIX json-comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeyer committed Jan 10, 2017
1 parent 6d38dc1 commit 3dd6833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ After installing Tether and including it in your project, you can begin using it
new Tether({
element: '.comments',
target: '.picture',
attachment: 'top right'
attachment: 'top right',
targetAttachment: 'top left'
});
```
Expand Down

0 comments on commit 3dd6833

Please sign in to comment.