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

Commit

Permalink
updated the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson committed Apr 5, 2011
1 parent 793d455 commit 1e4ada6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ TabInterface generates all of the code necessary to create an accessible tabbed

== Current Version

1.2 (29 September 2010)
1.3 (5 April 2011)

== Requirements

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

== Use

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:
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:

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

0 comments on commit 1e4ada6

Please sign in to comment.