Skip to content

Commit

Permalink
Merge pull request #972 from hugo-levet/patch-1
Browse files Browse the repository at this point in the history
Fix heading hierarchy in crowdfunding-p1.md
  • Loading branch information
radumojic committed Sep 19, 2024
2 parents 8266a1e + 34d1ff6 commit 0a82a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developers/tutorials/crowdfunding-p1.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ It's time to add some functionality to the `init` function now, because the next

[comment]: # (mx-context-auto)

# **Step 4: the test**
## **Step 4: the test**

In this step you will use the `init` method to persist some values in the storage of the Crowdfunding smart contract. Afterwards, we will write a test to make sure that these values were properly stored.

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk-and-tools/sdk-py/mxpy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: mxpy CLI cookbook

**mxpy**, as a command-line tool, can be used to simplify and automate the interaction with the MultiversX network - it can be easily used in shell scripts, as well. It implements a set of **commands**, organized within **groups**.

The complete Command Line Interface is listed [**here**](https://github.com/multiversx/mx-sdk-py-cli/blob/main/CLI). Command usage and description are available through the `--help` or `-h` flags.
The complete Command Line Interface is listed [**here**](https://github.com/multiversx/mx-sdk-py-cli/blob/main/CLI.md). Command usage and description are available through the `--help` or `-h` flags.

For example:

Expand Down

0 comments on commit 0a82a2a

Please sign in to comment.