Skip to content

Commit b3d63e1

Browse files
authored
Merge pull request #97 from mstojanovic/fix_README.md
2 parents 764496c + 6ce4684 commit b3d63e1

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)