Skip to content

Commit 457f22e

Browse files
committed
index.html: minor edits
1 parent e3ae986 commit 457f22e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3>Better out-of-the-box</h3>
3232

3333
<h3>First-class embedding</h3>
3434
<p>GUIs (or TUIs—such as <a href="https://en.wikipedia.org/wiki/GNU_Readline">readline</a>)
35-
can <code>nvim --embed</code> or communicate via TCP socket using the
35+
can <code>nvim --embed</code> or communicate via named pipe using the
3636
discoverable msgpack API.</p>
3737

3838
<h3>Drop-in replacement for Vim</h3>
@@ -77,7 +77,8 @@ <h2 id="faqs">FAQs</h2>
7777
<dt>What is the project status?</dt>
7878
<dd>The current stable version is <code>0.1</code>.
7979
See <a href="https://github.com/neovim/neovim/wiki/Installing-Neovim">the wiki</a>
80-
for install instructions, <a href="https://github.com/neovim/neovim/milestones">milestones</a>
80+
for install instructions,
81+
<a href="https://github.com/neovim/neovim/milestones?direction=desc&sort=completeness&state=open">milestones</a>
8182
for current development progress, and the <a href="roadmap/">roadmap</a> for future plans.
8283
</dd>
8384

0 commit comments

Comments
 (0)