From a9497afd38c43d2ff5f39d1979df92392b48e8ba Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Fri, 2 Aug 2024 00:43:07 +0900 Subject: [PATCH] Proofread the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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