mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Improved Readability of README.md
This commit is contained in:
parent
057c83c529
commit
391a175849
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Language Server Protocol
|
||||
|
||||
The Language Server Protocol is now available through its own [website](https://microsoft.github.io/language-server-protocol/). The website contains information about how the protocol [works](https://microsoft.github.io/language-server-protocol/overview), a better readable [specification](https://microsoft.github.io/language-server-protocol/specification), and documents about protocol [implementations](https://microsoft.github.io/language-server-protocol/implementors/servers/).
|
||||
The Language Server Protocol is now available through its own [website](https://microsoft.github.io/language-server-protocol/).
|
||||
The website contains information about :
|
||||
How the protocol [works](https://microsoft.github.io/language-server-protocol/overview)
|
||||
A better readable [specification](https://microsoft.github.io/language-server-protocol/specification)
|
||||
Documents about protocol [implementations](https://microsoft.github.io/language-server-protocol/implementors/servers/).
|
||||
|
||||
## Contributing
|
||||
If you are interested in fixing issues like typos you can either file an issue or provide a pull request containing the changes to the [specification file](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue