From dbd863900849d470598bca51158d3485b889b4b5 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Sat, 6 Aug 2022 14:20:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bd5da569..aab9052e0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ By "clean room" we mean Most of the code is generated directly from the recently published LSP specification in JSON format. +See the [API documentation](https://neandertech.github.io/langoustine/api/index.html) for requests that are supported. + ## Is there a simple example? Introducing [Quickmaffs](https://github.com/neandertech/quickmaffs), a primitive language with a LSP, REPL, and an interpreter, designed specifically