Skip to content

Commit

Permalink
Merge pull request #144 from federicobond/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dbaeumer committed Jan 23, 2017
2 parents 659a5d1 + 24b7b78 commit 7216a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/README.md
Expand Up @@ -4,7 +4,7 @@
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-languageclient.svg)](https://npmjs.org/package/vscode-languageclient)
[![Build Status](https://travis-ci.org/Microsoft/vscode-languageserver-node.svg?branch=master)](https://travis-ci.org/Microsoft/vscode-languageserver-node)

This npm module allows VSCode extensions to easily integrate langauge servers adhering to the [language server protocol](https://github.com/Microsoft/vscode-languageserver-protocol)
This npm module allows VSCode extensions to easily integrate language servers adhering to the [language server protocol](https://github.com/Microsoft/vscode-languageserver-protocol)

See [here](https://code.visualstudio.com/docs/extensions/example-language-server) for a detailed documentation on how to
implement language servers for [VSCode](https://code.visualstudio.com/).
Expand All @@ -14,4 +14,4 @@ implement language servers for [VSCode](https://code.visualstudio.com/).
For the history please see the [main repository](https://github.com/Microsoft/vscode-languageserver-node/blob/master/README.md)

## License
[MIT](https://github.com/Microsoft/vscode-languageserver-node/blob/master/License.txt)
[MIT](https://github.com/Microsoft/vscode-languageserver-node/blob/master/License.txt)

0 comments on commit 7216a88

Please sign in to comment.