Skip to content

Commit 8e1b113

Browse files
author
Marko Stojanovic
committed
fix README.md
1 parent 486f97d commit 8e1b113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ let g:bullets_outline_levels = ['ROM', 'ABC', 'num', 'abc', 'rom', 'std-', 'std*
129129
" std[-/*/+] = standard bullets using a hyphen (-), asterisk (*), or plus (+) as the marker.
130130
" chk = checkbox (- [ ])
131131
132-
let g:bullets_outline_levels = ['num', 'abc', 'std*']
132+
let g:bullets_outline_levels = ['num', 'abc', 'std-']
133133
" Example [keys pressed to get this bullet]:
134134
" 1. first parent
135135
" a. child bullet [ <cr><C-t> ]

0 commit comments

Comments
 (0)