Skip to content

Commit

Permalink
Added JS instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
odbol committed Dec 7, 2015
1 parent ce5ee14 commit f963ac7
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 @@ -63,7 +63,7 @@ RRSSB is built with [**SASS**](http://sass-lang.com/), so you can easily customi


<a name="javascript"></a>
## Configure URL and Share Text with Javascript
### Configure URL and Share Text with Javascript

Instead of editing each `href` by hand, you can call some Javascript to set the URLs on each social button automatically.

Expand All @@ -86,7 +86,7 @@ jQuery(document).ready(function ($) {
emailBody: 'Usually email body is just the description + url, but you can customize it if you want'
});
});
</script>
</script>
```


Expand Down

0 comments on commit f963ac7

Please sign in to comment.