Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirafridi authored May 3, 2017
1 parent 968c05e commit ad47746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here is the list of all methods:
Usage:
----

###HTML:
### HTML:

```html
<div class='marquee'>Lorem ipsum dolor sit amet, consectetur adipiscing elit END.</div>
Expand All @@ -72,7 +72,7 @@ or use this if you want to start the plugin with no options but want to use data
```


###CSS:
### CSS:
```css
.marquee {
width: 300px; /* the plugin works for responsive layouts so width is not necessary */
Expand All @@ -81,7 +81,7 @@ or use this if you want to start the plugin with no options but want to use data
}
```

###How to apply plugin:
### How to apply plugin:
```javascript
/**
* Example of starting a plugin with options.
Expand All @@ -102,7 +102,7 @@ $('.marquee').marquee({
});
```

###How to use methods:
### How to use methods:

```javascript
var $mq = $('.marquee').marquee();
Expand All @@ -127,7 +127,7 @@ $('.marquee')

```

###How to use events:
### How to use events:

Check demo page for example: http://aamirafridi.com/jquery/jquery-marquee-plugin#examples

Expand Down

0 comments on commit ad47746

Please sign in to comment.