Skip to content

Commit ce68703

Browse files
committed
Update README.md
1 parent 007a327 commit ce68703

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,26 @@ introJs().start();
2020
````
2121

2222
Also you can pass one parameter to `introJs` function to limit the presentation section, for example `introJs(".introduction-farm").start();` runs the introduction only for elements with `class='introduction-farm'`.
23+
24+
##Roadmap
25+
- Browsers compatibility
26+
27+
##Contributors
28+
- [Afshin Mehrabani](http://afshinm.name/)
29+
30+
##License
31+
32+
Copyright (C) 2012 Afshin Mehrabani ([email protected])
33+
34+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
35+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
36+
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
37+
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
38+
The above copyright notice and this permission notice shall be included in all copies or substantial portions
39+
of the Software.
40+
41+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
42+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
43+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
44+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
45+
IN THE SOFTWARE.

0 commit comments

Comments
 (0)