Skip to content

Commit a662c50

Browse files
committed
README.md: minor fixes
1 parent b162117 commit a662c50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/neovim/python-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/neovim/python-client/?branch=master)
55
[![Code Coverage](https://scrutinizer-ci.com/g/neovim/python-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/neovim/python-client/?branch=master)
66

7-
Library for scripting Nvim processes through it's msgpack-rpc API.
7+
Library for scripting Nvim processes through its msgpack-rpc API.
88

99
#### Installation
1010

@@ -15,16 +15,16 @@ pip install neovim
1515
#### Usage through the python REPL
1616

1717
A number of different transports are supported, but the simplest way to get
18-
started is with the python REPL. First, start Nvim with a known address(or
19-
query the value of $NVIM_LISTEN_ADDRESS of a running instance):
18+
started is with the python REPL. First, start Nvim with a known address (or
19+
use the `$NVIM_LISTEN_ADDRESS` of a running instance):
2020

2121
```sh
2222
$ NVIM_LISTEN_ADDRESS=/tmp/nvim nvim
2323
```
2424

25-
Open the python REPL with another terminal connect to Nvim(Note that the API is
25+
In another terminal, connect a python REPL to Nvim (note that the API is
2626
similar to the one exposed by the [python-vim
27-
bridge](http://vimdoc.sourceforge.net/htmldoc/if_pyth.html#python-vim))
27+
bridge](http://vimdoc.sourceforge.net/htmldoc/if_pyth.html#python-vim)):
2828

2929
```python
3030
>>> from neovim import attach

0 commit comments

Comments
 (0)