Skip to content

Commit 84b6b3e

Browse files
committed
Merge branch 'master' of github.com:nimblebun/tsc-language-server
2 parents 68ba341 + e3d10a3 commit 84b6b3e

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
@@ -6,7 +6,7 @@ language server implements the [`.tscrc.json` spec][tscrc-spec].
66

77
## Project Overview
88

9-
The language server is written in the Go programming language and it ships as a
9+
The language server is written in the Go programming language and ships as a
1010
standalone binary. Language clients can connect to the server through TCP or
1111
stdio.
1212

@@ -15,13 +15,13 @@ appear here and there.
1515

1616
## Getting Started
1717

18-
Language clients should normally install the language server for you
19-
automatically but you can also install it manually. In this case, you have to
18+
Language clients should usually install the language server for you
19+
automatically, yet you can also install it manually. In this case, you have to
2020
keep it up to date yourself, however.
2121

2222
You can download a binary from the [GitHub releases page][releases]. Checksums
2323
are always attached so you can verify the integrity after download. Placing the
24-
binary somewhere in your PATH means that language cliens will be able to use it
24+
binary somewhere in your PATH means that language clients will be able to use it
2525
without any additional steps.
2626

2727
## Usage
@@ -31,7 +31,7 @@ You can start the server in one of two modes:
3131
- Standard I/O mode (by running `tsc-ls start`)
3232
- TCP mode (by running `tsc-ls tcp`)
3333

34-
...however, you'd normally want a language client to handle this for you (a
34+
...however, you'd usually want a language client to handle this for you (a
3535
plugin or configuration in your IDE/editor).
3636

3737
### Current Language Clients/Configurations

0 commit comments

Comments
 (0)