Skip to content

Commit 92e7393

Browse files
committed
Added install info to the README
1 parent cc838c1 commit 92e7393

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# jGrowl
22
jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet keeps the user informed.
33

4+
## Installation
5+
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.
6+
7+
Use cdnjs:
8+
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.js" />
9+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.js"></script>
10+
11+
Install with bower
12+
bower install https://github.com/stanlemon/jGrowl.git#master
13+
14+
Install with
15+
npm install jgrowl
16+
417
## Example usages
518
// Sample 1
619
$.jGrowl("Hello world!");

0 commit comments

Comments
 (0)