Skip to content

Commit e5fecdb

Browse files
committed
Tweak readme
1 parent 7979a55 commit e5fecdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/stellar-scaffold-cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ The build process ensures:
8484

8585
Contract metadata is set when running `stellar scaffold build` and adds the following fields from your contract's Cargo.toml to the contract metadata.
8686

87-
| Metadata | Cargo.toml Key | Description |
87+
| Metadata | Cargo.toml Key (under `package`) | Description |
8888
|------------|----------------|--------------------------------------------------|
89-
| `wasm_name`| `package.name` | The name of the contract |
89+
| `wasm_name`| `name` | The name of the contract |
9090
| `version` | `version` | The version of the contract |
91-
| `author` | TBD | The author(s) of the contract, often with an email |
91+
| `authors` | `authors` | The author(s) of the contract, often with an email |
9292
| `home_domain` | `homepage` | The relevant domain to relate to this contract |
9393
| `source_repo` | `repository` | The source repository URL for the contract |
9494

0 commit comments

Comments
 (0)