summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@gmail.com>2023-10-26 15:10:51 +0200
committerLeonid Startsev <sandwwraith@gmail.com>2023-10-26 15:10:51 +0200
commitd5bc7f7e27834064e8699ad6c9c39d6dcef039ed (patch)
treea4c25d82cedfd2032d20a673decb2fb4f822dc12
parentba38b7099e502c16efd30386d18174e3a7aefb3a (diff)
downloadkotlinx.serialization-d5bc7f7e27834064e8699ad6c9c39d6dcef039ed.tar.gz
Run knit on README.md after ba38b7099e502c16efd30386d18174e3a7aefb3a
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da21f8f0..59f443a2 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ Kotlin serialization consists of a compiler plugin, that generates visitor code
* [Introduction and references](#introduction-and-references)
* [Setup](#setup)
* [Gradle](#gradle)
- * [Setting up the serialization plugin](#1-setting-up-the-serialization-plugin)
- * [Dependency on the JSON library](#2-dependency-on-the-json-library)
+ * [1) Setting up the serialization plugin](#1-setting-up-the-serialization-plugin)
+ * [2) Dependency on the JSON library](#2-dependency-on-the-json-library)
* [Android](#android)
* [Multiplatform (Common, JS, Native)](#multiplatform-common-js-native)
* [Maven](#maven)