diff --git a/README.md b/README.md index c55f1b5..c8d832c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Check out the demo here: [https://cdn.rawgit.com/incraigulous/jquery-vimeo-cover ```` ##How to use it -###Add your placeholder element. +**Add your placeholder element.** ````
@@ -22,7 +22,7 @@ Check out the demo here: [https://cdn.rawgit.com/incraigulous/jquery-vimeo-cover **vimeo-id:** The Vimeo ID. You can get this from the Vimeo video URL. **vimeo-placeholder:** The path to your placeholder image. -###Instantiate a new VimeoCover object and pass in your element. You can also pass an options object as your second parameter but this is optional. +**Instantiate a new VimeoCover object and pass in your element. You can also pass an options object as your second parameter but this is optional.** ````javascript @@ -41,4 +41,4 @@ $('.vimeo-cover').each(function(index, el) { #####Options -**selector:** The vimeo-cover selector. This is used to target all videos on the page to make sure only one video plays at a time. *Default: .vimeo-cover* \ No newline at end of file +**selector:** The vimeo-cover selector. This is used to target all videos on the page to make sure only one video plays at a time. *Default: .vimeo-cover*