summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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>
```