We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cea5c commit 58d5ebeCopy full SHA for 58d5ebe
README.md
@@ -28,7 +28,7 @@ From the repository directory:
28
$> lein repl
29
user=> (def c (tcp-connection))
30
user=> (require '[neovim-client.1.api :as api])
31
-user=> (api/command ":echo 'Hello Neovim!'")
+user=> (api/command c ":echo 'Hello Neovim!'")
32
...
33
```
34
0 commit comments