Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: typo fix Update README.md #3083

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/gen-nft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The main purpose of this application is to show how to run an artificial intelli
application service, allowing it to generate strings used as the contents of non-fungible tokens.
The application service runs on the client (usually inside the wallet), which means it executes
off-chain. In this example, it is used to prepare the mint operation by running the AI model to
generate the token contents from a user provided prompt. The resulting operation can then be placed
generate the token contents from a user-provided prompt. The resulting operation can then be placed
by the wallet in a block proposal, minting the token on-chain.

This application's contract is mostly identical to the one from the [NFT Example
Expand Down