diff --git a/README.md b/README.md index 1184d2a..a2ff3ae 100644 --- a/README.md +++ b/README.md @@ -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).