Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Aug 23, 2021
1 parent cbddd8a commit 29773f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ async function main () {
// Without specifying the downdetector domain
const response = await downdetector('steam');
// Specifying the downdetector domain (some companies are not in the .com domain)
const response = await downdetector('wind', 'it');
const response = await downdetector('windtre', 'it');
} catch (err) {
console.error(err);
}
Expand Down

0 comments on commit 29773f2

Please sign in to comment.