diff --git a/README.md b/README.md index 752b6234..bbbf207d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ await cli.anykey() Create a hyperlink (if supported in the terminal) ```typescript -await cli.url('sometext', 'https://google.com') +cli.url('sometext', 'https://google.com') // shows sometext as a hyperlink in supported terminals // shows https://google.com in unsupported terminals ```