Skip to content

Commit

Permalink
Fix tick symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 4, 2024
1 parent 50c1934 commit 934c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This can be set to `true` to always use fallback symbols, whether the terminal h
import {replaceSymbols} from 'figures';

console.log(replaceSymbols('✔︎ check', {useFallback: true}));
// On terminals with Unicode symbols: √ check
// On terminals with Unicode symbols: √ check
// On other terminals: √ check
```

Expand Down

0 comments on commit 934c104

Please sign in to comment.