diff --git a/README.md b/README.md index 7a73860..27011ae 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Move content around at different screensizes with ease receiverSelector: '#elem_to_receive', // Move to this element position: 'before', // Place the moved element before the receiver breakpoint: 1240, // Move the element at this breakpoint - additionalClass: 'toplist-responsive' // Add additional classes to the moved element + additionalClass: 'my-additional-class' // Add additional classes to the moved element } ] });