From 653ef79ba9b1abab05c576e3406af3def7f5f86e Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Sun, 10 Mar 2024 09:09:49 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c1b444..1c2082b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ElixirSense [![Actions Status](https://img.shields.io/github/actions/workflow/status/elixir-lsp/elixir_sense/ci.yml?branch=master)](github/actions/workflow/status/elixir-lsp/elixir_sense/ci.yml?branch=master) -An API for Elixir projects that provides context-aware information for code completion, documentation, go/jump to definition, signature info and more. +An API for Elixir projects that provides building blocks for code completion, documentation, go/jump to definition, signature info and more via AST inspection and runtime introspection. ## Usage