diff --git a/README.md b/README.md index 1b6a624..e0b854a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Check out a working example on [JSFiddle](https://jsfiddle.net/solodev/3stm0mnq/ The scroll down anchor contains the following basic HTML markup. -``` +```html
@@ -46,7 +46,7 @@ The scroll down anchor contains the following basic HTML markup. The following JavaScript is required to initialize the anchor. -``` +```js $(document).ready(function(){ $("a").on('click', function(event) { if (this.hash !== "") { @@ -70,7 +70,7 @@ All necessary CSS is included in scroll-down.css This tutorial includes the following third party resources. -``` +```html