diff --git a/commands/search/mayo-clinic.js b/commands/search/mayo-clinic.js index 5bce5b25..c4947c60 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: header.next().text() + description: header.next('p').text() }; } return location; diff --git a/package.json b/package.json index 5cbfc8ce..2a8ea977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "112.3.0", + "version": "112.3.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {