Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 1e4ada6

Browse files
updated the README file
1 parent 793d455 commit 1e4ada6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TabInterface generates all of the code necessary to create an accessible tabbed
44

55
== Current Version
66

7-
1.2 (29 September 2010)
7+
1.3 (5 April 2011)
88

99
== Requirements
1010

@@ -16,7 +16,7 @@ TabInterface is distributed under the liberal MIT License.
1616

1717
== Use
1818

19-
To use, simply include TabInterface.js (found in ./src) and then classify elements you want tabbed as "tabbed". Then add a new anonymous function to your load event (`window` or DOM). For example:
19+
To use, simply include TabInterface.js (found in ./min) and then classify elements you want tabbed as "tabbed". Then add a new anonymous function to your load event (`window` or DOM). For example:
2020

2121
if( typeOf( TabInterface ) != 'undefined' &&
2222
document.getElementById &&

0 commit comments

Comments
 (0)