diff --git a/README.md b/README.md index 7e78277..7192f8a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Analysis API Documentation +# Kotlin Analysis API Documentation [![official project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -This repository contains documentation sources for the Analysis API library. +This repository contains documentation sources for the Kotlin Analysis API library. You might want to check the [generated documentation website](https://kotl.in/analysis-api). --- The Analysis API is a powerful library for analyzing code in Kotlin. -Made on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference targets, -expression types, declaration scopes, diagnostics, and more. \ No newline at end of file +Built on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference +targets, expression types, declaration scopes, diagnostics, and more. \ No newline at end of file