Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jun 12, 2021
1 parent d7f6eb5 commit 2b73b4c
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 @@ -26,7 +26,7 @@ Reproducible build:
You can verify the build by comparing hashes from 3 sources, github release, local build, and the deployed canister:

```
$ curl -Ls https://github.com/ninegua/ic-qr-scanner/releases/download/v0.1.5/ic-qr-scanner.wasm|sha256sum
$ curl -Ls https://github.com/ninegua/ic-qr-scanner/releases/download/v0.1.6/ic-qr-scanner.wasm|sha256sum
de6c0dfa550b39f0d8ec19c0eac488fdf9201530a61f9bbfe97554eaad0c357c -
$ cat $(nix-build ic-qr-scanner.nix 2>/dev/null)/bin/ic-qr-scanner.wasm |sha256sum
Expand Down

0 comments on commit 2b73b4c

Please sign in to comment.