Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Jul 17, 2024
1 parent f9fea75 commit 36d8b11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions java-example/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions kotlin-example/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 36d8b11

Please sign in to comment.