diff --git a/commands/search/mayo-clinic.js b/commands/search/mayo-clinic.js index e51bb7bd..2bf650e1 100644 --- a/commands/search/mayo-clinic.js +++ b/commands/search/mayo-clinic.js @@ -66,7 +66,7 @@ module.exports = class MayoClinicCommand extends Command { return { name: $('h1').first().text().trim(), url: location, - description: $('p').eq(2).text().trim() + description: $('p').eq(1).text().trim() }; } return location;