diff --git a/README.md b/README.md index 38e71c8..d40be5b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# Kotlin LSIF support +# Kotlin SCIP support -This codebase implements a Kotlin compiler plugin that can be used together with -[lsif-java](https://sourcegraph.github.io/lsif-java) to emit -[LSIF](https://lsif.dev) indexes for Kotlin projects. +This codebase implements a Kotlin compiler plugin that can be used together +with [scip-java](https://sourcegraph.github.io/scip-java) to emit +[SCIP](https://github.com/sourcegraph/scip) indexes for Kotlin projects. ## Getting started -This project must be used together with lsif-java. Visit -[https://sourcegraph.github.io/lsif-java/] for instructions on how to index -Kotlin projects with lsif-java. Note that lsif-java indexes Kotlin sources even -if you have no Java code. +This project must be used together with scip-java. Visit +[scip-java](https://sourcegraph.github.io/scip-java/) for instructions on how +to index Kotlin projects with scip-java. Note that scip-java indexes Kotlin +sources even if you have no Java code. +