Skip to content

Commit e5e0415

Browse files
committed
Respond to comments.
1 parent f99a9cb commit e5e0415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ call vundle#begin()
4646
4747
...
4848
49-
" Add maktaba and glaive to the runtimepath.
50-
" (The latter must be installed before it can be used.)
49+
" Add maktaba, glaive, and codefmt to the runtimepath.
50+
" (Glaive must also be installed before it can be used.)
5151
Plugin 'google/vim-maktaba'
5252
Plugin 'google/vim-glaive'
5353
Plugin 'google/vim-codefmt'
@@ -58,7 +58,7 @@ vundle#end()
5858
filetype plugin indent on
5959
6060
" Add helloworld to the runtime path. (Normally this would be done with another
61-
" Bundle command, but helloworld doesn't have a repository of its own.)
61+
" Plugin command, but helloworld doesn't have a repository of its own.)
6262
call maktaba#plugin#Install(maktaba#path#Join([maktaba#Maktaba().location,
6363
\ 'examples', 'helloworld']))
6464

0 commit comments

Comments
 (0)