Skip to content

Commit 9941911

Browse files
committed
Adjust readme
1 parent a0dcc8a commit 9941911

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ autocmd BufWritePost *.html,*.js
9797
call job_start(
9898
['curl', '--fail', '--silent', '--show-error', '-X', 'POST', '--data', '{"id": 1, "event": "html", "data": null}', 'http://localhost:8080/refresh'],
9999
{
100-
'exit_cb': function('g:CbRefreshBrowser'),
101100
'err_cb': function('g:CbJobFailed')
102101
}
103102
)
@@ -106,7 +105,6 @@ autocmd BufWritePost *.css
106105
call job_start(
107106
['curl', '--fail', '--silent', '--show-error', '-X', 'POST', '--data', '{"id": 1, "event": "css", "data": null}', 'http://localhost:8080/refresh'],
108107
{
109-
'exit_cb': function('g:CbRefreshBrowser'),
110108
'err_cb': function('g:CbJobFailed')
111109
}
112110
)

0 commit comments

Comments
 (0)