We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723a6b2 commit edf4c78Copy full SHA for edf4c78
README.md
@@ -32,10 +32,6 @@ cargo pvm-contract
32
```
33
34
This launches an interactive prompt to initialize a new contract project.
35
-
36
-Examples:
37
38
-Initialize a new project with `cargo pvm-contract` and build it with `cargo build`:
39
-The PolkaVM bytecode will be written to `target/<bin>.<profile>.polkavm`.
+Just build the generated project with `cargo build`. The PolkaVM bytecode will be written to `target/<bin>.<profile>.polkavm`.
40
41
0 commit comments