Skip to content

Commit 58d5ebe

Browse files
Fatih Demirjebberjeb
Fatih Demir
authored andcommitted
Update README example
1 parent 86cea5c commit 58d5ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ From the repository directory:
2828
$> lein repl
2929
user=> (def c (tcp-connection))
3030
user=> (require '[neovim-client.1.api :as api])
31-
user=> (api/command ":echo 'Hello Neovim!'")
31+
user=> (api/command c ":echo 'Hello Neovim!'")
3232
...
3333
```
3434

0 commit comments

Comments
 (0)