Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: document typo #988

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading