Skip to content

Commit

Permalink
fix: document typo (#988)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas authored Dec 14, 2024
1 parent 06e6026 commit 8e4fe04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/User/SoloWithMirrorNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ solo account create -n solo-e2e --hbar-amount 100
solo account create -n solo-e2e --hbar-amount 100
```

Or you can use Hedera java SDK examples to create topic, submit message and subscribe to the topic.
Or you can use Hedera JavaScript SDK examples to create topic, submit message and subscribe to the topic.

<!---
Add SDK.md link here
Expand Down
2 changes: 1 addition & 1 deletion docs/content/User/TaskTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ they can use the Task tool to launch the network with a single command.

First, install the cluster tool `kind` with this [link](https://kind.sigs.k8s.io/docs/user/quick-start#installation)

Then, install the task tool `task` with this [link](https://taskfile.dev/#/installation)
Then, install the task tool `task` with this [link](https://taskfile.dev/installation/)

Then, use the following steps to install dependencies and build solo project.

Expand Down

0 comments on commit 8e4fe04

Please sign in to comment.