summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-27 17:48:46 +0200
committerVictor Häggqvist <[email protected]>2014-06-27 17:48:46 +0200
commit489015e2558f528e1d6f988f3f03c8f3633c0256 (patch)
tree44280a8cb1ab9dc48b4523f474a5fa1283b79e5c
parent1b9de71e11119e0999a1a94b90c229fd1561b6da (diff)
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5793e0d..90ceb36 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Credits again to http://osvaldas.info/image-lightbox-responsive-touch-friendly
$( function(){
$('a').imageLightbox(); // for a single image
// OR
- $('a[lightbox="foo"]').imageLightbox(); // for a multiple, something likte this
+ $('a[lightbox="foo"]').imageLightbox(); // for a multiple, something like this
});
</script>
```