diff --git a/README.md b/README.md index 351004b..706936a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ __Javascript__ ```javascript $(function(){ - $('#slider1').WimmCarousel({ + $('#slider1').WimmViewer({ miniatureWidth : 100, miniatureHeight: 100 // Availables customizations: diff --git a/dist/js/wimmViewer.js b/dist/js/wimmViewer.js index 366a3a3..b2fe4c6 100644 --- a/dist/js/wimmViewer.js +++ b/dist/js/wimmViewer.js @@ -1,6 +1,6 @@ (function($) { - $.fn.WimmCarousel = function (options) { + $.fn.WimmViewer = function (options) { var self = this; diff --git a/examples/index.html b/examples/index.html index 1a40d32..f3ca4d4 100644 --- a/examples/index.html +++ b/examples/index.html @@ -33,7 +33,7 @@