Skip to content

Commit 46724dc

Browse files
committed
Updating readme to include js and css tags
1 parent 310022c commit 46724dc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ https://sunil-samuel.github.io/#jquery-rbs
1313

1414
JQuery plugin that can create a background slideshow. This plugin works differently than a carousel plugin in that the content of the element do not need to change while the background images changes.
1515

16+
```
17+
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
18+
19+
<script src="../src/js/jquery-bg-slideshow.js"></script>
20+
<link rel="stylesheet" href="../src/css/jquery-bg-slideshow.css">
21+
```
22+
1623
## Usage
1724

1825
```javascript
@@ -81,6 +88,14 @@ The following examples are provided:
8188
Each option parameter has a corresponding data attribute so that multiple elements could have different option parameters. The ***data-*** attribute always has the precedence over the options
8289
provide when calling the ***.bgSlideShow({options...})*** plugin.
8390

91+
```html
92+
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
93+
<script src="../src/js/jquery-bg-slideshow.js"></script>
94+
95+
<link rel="stylesheet" href="../src/css/jquery-bg-slideshow.css">
96+
```
97+
98+
8499
For instance,
85100

86101
```javascript

0 commit comments

Comments
 (0)