Skip to content

Commit

Permalink
fix README.md (#970)
Browse files Browse the repository at this point in the history
Hello
I fixed minor typos.
  • Loading branch information
nnsW3 authored Oct 21, 2024
1 parent b51c9fa commit 0cd6052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cargo make --profile mainnet build

#### Verifying binary hash

To verify that a deployed binary matches the source code, you may want build it reproducibly and then verify that the SHA256 hash matches that of the deployed binary. The motivation behind this is to prevent malicious code from being deployed.
To verify that a deployed binary matches the source code, you may want to build it reproducibly and then verify that the SHA256 hash matches that of the deployed binary. The motivation behind this is to prevent malicious code from being deployed.

Run these commands to produce the binary hash:
```sh
Expand Down

0 comments on commit 0cd6052

Please sign in to comment.