Skip to content

Commit

Permalink
Improve dot figure (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Mar 24, 2021
1 parent b0a7ef2 commit 5c09660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const fallback = {
circlePipe: '(│)',
circleQuestionMark: '(?)',
bullet: main.bullet,
dot: '.',
dot: main.dot,
line: main.line,
ellipsis: '...',
pointer: '>',
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Symbols to use when running on Windows.
| circlePipe || (│) |
| circleQuestionMark | ?⃝ | (?) |
| bullet |||
| dot || . |
| dot || |
| line |||
| ellipsis || ... |
| pointer || > |
Expand Down

0 comments on commit 5c09660

Please sign in to comment.