diff --git a/README.md b/README.md index 7abf31d2..564d6582 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ At the moment, this SDK includes the following features: - [x] Marshalling & unmarshalling of [JSON-Cadence](https://docs.onflow.org/cadence/json-cadence-spec/) - [x] DSL for creating, signing, and sending transactions and scripts +## Repository modules + ## Contribute to this SDK This project is in the very early phase; all contributions are welcomed. diff --git a/java-example/README.md b/java-example/README.md index d2112aef..6b8f50e8 100644 --- a/java-example/README.md +++ b/java-example/README.md @@ -1,6 +1,6 @@ -# Java Flow Client Example +# JVM SDK - Java Example -Example Java application using the [Flow JVM SDK](https://github.com/onflow/flow-jvm-sdk) to interact with Flow blockchain. +Example Java application using the [Flow JVM SDK](https://github.com/onflow/flow-jvm-sdk) to interact with the Flow blockchain. ## Usage diff --git a/kotlin-example/README.md b/kotlin-example/README.md index d2112aef..5df32db7 100644 --- a/kotlin-example/README.md +++ b/kotlin-example/README.md @@ -1,6 +1,6 @@ -# Java Flow Client Example +# JVM SDK - Kotlin Example -Example Java application using the [Flow JVM SDK](https://github.com/onflow/flow-jvm-sdk) to interact with Flow blockchain. +Example Kotlin application using the [Flow JVM SDK](https://github.com/onflow/flow-jvm-sdk) to interact with the Flow blockchain. ## Usage