change name to lowercase

This commit is contained in:
matthias@arch 2023-12-14 01:47:14 +01:00
parent ba42b146ae
commit e178efc947

View File

@ -27,7 +27,7 @@ Install using your favorite plugin manager, for example with vim-plug:
```vim
" in vimrc
call plug#begin()
Plug 'MatthiasQuintern/vim-ca65'
Plug 'matthiasquintern/vim-ca65'
call plug#end()
```