Skip to content

Commit 11373a4

Browse files
committed
Fixed code display on README
1 parent 92e7393 commit 11373a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, s
55
jGrowl can be added to your project using package managers like bower and npm or directly into your html using cdnjs, as well as the good old fashioned copy-paste into your project directory.
66

77
Use cdnjs:
8+
89
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.js" />
910
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.js"></script>
1011

1112
Install with bower
13+
1214
bower install https://github.com/stanlemon/jGrowl.git#master
1315

1416
Install with
17+
1518
npm install jgrowl
1619

1720
## Example usages

0 commit comments

Comments
 (0)