diff --git a/Readme.md b/Readme.md index 88152bf732bb925f769009d2d113f49987efbfbe..4bd59841e94980485f833a9d96cbf4d5d3718381 100644 --- a/Readme.md +++ b/Readme.md @@ -48,7 +48,7 @@ $(document).ready(function() { method: 'GET', data: {id: recordId, source: recordSource} }).done(function(response) { - $('.boss-data-false').html(response.data.html); + $('.boss-data').html(response.data.html); }); }); JS;