We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e2788 commit e4ce374Copy full SHA for e4ce374
1 file changed
README.md
@@ -86,7 +86,7 @@ Ansis is the fastest when using 2 or more styles, which is the common real-world
86
87
**🛠️ Utilities**
88
- [Strip ANSI codes](#strip): `ansis.strip(red('text'))` → plain `'text'`
89
-- [Hyperlinks](#hyperlink): `blue.link('Click here', 'https://...')`, `link('https://...')`
+- [Hyperlinks](#hyperlink): `blue.link('https://...', 'Click here')`, `link('https://...')`
90
- Raw escape codes: `open` / `close` - `` `${red.open}Error${red.close} file not found` ``
91
92
**💻 Environment**
0 commit comments