diff --git a/index.js b/index.js index 8bbd6d0..d9c7574 100644 --- a/index.js +++ b/index.js @@ -79,7 +79,7 @@ const fallback = { circleCross: '(×)', circlePipe: '(│)', circleQuestionMark: '(?)', - bullet: '*', + bullet: main.bullet, dot: '.', line: '─', ellipsis: '...', diff --git a/readme.md b/readme.md index b9954df..5a5e5a5 100644 --- a/readme.md +++ b/readme.md @@ -78,7 +78,7 @@ Symbols to use when running on Windows. | circleCross | ⓧ | (×) | | circlePipe | Ⓘ | (│) | | circleQuestionMark | ?⃝ | (?) | -| bullet | ● | * | +| bullet | ● | ● | | dot | ․ | . | | line | ─ | ─ | | ellipsis | … | ... |