Even better

This commit is contained in:
Dragon Fire
2020-03-10 15:15:05 -04:00
parent 75860d35e8
commit 1b0ca28a73
+1 -1
View File
@@ -66,7 +66,7 @@ module.exports = class MayoClinicCommand extends Command {
return {
name: $('h1').first().text().trim(),
url: location,
description: header.next('p').text()
description: $('p').first().text().trim()
};
}
return location;