Skip to content

Commit bf928b3

Browse files
committed
Formatting readme
1 parent 37795dc commit bf928b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ For instance,
8181

8282
```javascript
8383
$(function () {
84-
$(".bg").bgSlideShow({
85-
transitionSpeed : 3000
86-
});
84+
$(".bg").bgSlideShow({
85+
transitionSpeed : 3000
86+
});
8787
});
8888

8989
<div class='bg' data-transitionSpeed=5000>content<div>
@@ -92,7 +92,7 @@ $(function () {
9292

9393
The following are options used to define which background image and transitions are used.
9494

95-
> **current ** or **data-current** (default: 0) [Number]
95+
> **current** or **data-current** (default: 0) [Number]
9696
>> Given the list of images, current defines which image to use first. If `randomize` is set to `true`, then current is not used.
9797
9898
> **images** or **data-images** (default: []) [Array of Strings]

0 commit comments

Comments
 (0)