diff options
author | Rob Loach <robloach@gmail.com> | 2015-01-21 01:22:06 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-01-21 01:22:06 -0500 |
commit | e573a00e0186e6e2b67959427c9dbc9f48e90068 (patch) | |
tree | b194d594c1370791162bfd0283135503c1c8c476 | |
parent | 0e3f6b9a5f71576fca0b539a8098813660021c4c (diff) | |
download | jquery-once-e573a00e0186e6e2b67959427c9dbc9f48e90068.zip jquery-once-e573a00e0186e6e2b67959427c9dbc9f48e90068.tar.gz jquery-once-e573a00e0186e6e2b67959427c9dbc9f48e90068.tar.bz2 |
Update API documentation link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ be used to ensure that a function is only applied once to an element. ## Usage -See the [API documentation](API.md) for details on how to use jQuery Once. +[See the API documentation for details on how to use jQuery Once.](https://github.com/RobLoach/jquery-once/blob/master/API.md#readme) ## Development |