Skip to content

Commit f68c6bc

Browse files
committed
Added plunker, clearer titles
1 parent f998480 commit f68c6bc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can install this package through `Bower` by using the following command :
1414
bower install angular-intro.js --save
1515

1616

17-
## Details
17+
## How to use
1818

1919
The two main directives are `ng-intro-options` and `ng-intro-method`.
2020

@@ -60,9 +60,13 @@ In your controller, create `ChangeEvent`
6060
The other intro.js callbacks you can specify are `ng-intro-oncomplete`, `ng-intro-onexit`, `ng-intro-onchange` `ng-intro-onbeforechange` and `ng-intro-onafterchange`.
6161

6262

63-
## Working with the code
63+
### Plunker
6464

65-
First, get the node modules needed (grunt, bower)
65+
You can also use this [sample plunker](http://plnkr.co/edit/wo9EzfbOFjM7NDoAvmjA?p=preview)
66+
67+
## How to build
68+
69+
If you want to build or contribute, first, get the node modules needed (grunt, bower)
6670

6771
npm install
6872

0 commit comments

Comments
 (0)