Skip to content

Commit

Permalink
Proofread the README
Browse files Browse the repository at this point in the history
  • Loading branch information
yanex committed Aug 1, 2024
1 parent ac2dadb commit a9497af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
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.

0 comments on commit a9497af

Please sign in to comment.