Skip to content

Commit

Permalink
chore: add lang guard to README (#945)
Browse files Browse the repository at this point in the history
This PR adds the lang guards to the README for code formatting and
highlighting
  • Loading branch information
DemoYeti authored Aug 13, 2024
1 parent 2914028 commit 885b732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The following tasks are available to run lints and checks:

For example, the following command will run the checks. `profile` is not required
here:
```
```sh
cargo make check
```

Expand All @@ -145,7 +145,7 @@ Additionally, there is also but not included in the `clean` task:

For example, the following command will clean everything. `profile` is not
required:
```
```sh
cargo make clean
```

Expand Down

0 comments on commit 885b732

Please sign in to comment.