Merge pull request #530 from amorriscode/patch-1

Fix typos in README
This commit is contained in:
Adam Jeffries 2021-09-27 23:47:15 -05:00 committed by GitHub
commit 3ecceae655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ The on-chain Token Metadata program is written in Rust and available on crates.i
[spl-token-metadata](https://crates.io/crates/spl-token-metadata) and
[docs.rs](https://docs.rs/spl-token-metadata).
The crate provides four instructions, `create_metadata_account()`, `update_metadata_account()`, `create_master_edition()`, `mint_new_edition_from_master_edition_via_token(),` to easily create instructions for the program.
The crate provides four instructions, `create_metadata_accounts()`, `update_metadata_account()`, `create_master_edition()`, `mint_new_edition_from_master_edition_via_token(),` to easily create instructions for the program.
## Operational overview
@ -41,7 +41,7 @@ the involvement or signature of the owner, this allows for the sale and distribu
It would be useful before a dive into architecture to illustrate the flow for a master edition
as a story because it makes it easier to understand.
1. User creates a new Metadata for their mint with `create_metadata_account()` which makes new `Metadata`
1. User creates a new Metadata for their mint with `create_metadata_accounts()` which makes new `Metadata`
2. User wishes their mint to be a master edition and ensures that there
is only required supply of one in the mint.
3. User requests the program to designate `create_master_edition()` on their metadata,