ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 178 forks source link

Typo: Fix cast command arguments in quickstart docs #970

Open kevgathuku opened 9 months ago

kevgathuku commented 9 months ago

What was wrong?

Unrecognized subcommand cast 'to_ascii' in the deploy contract quickstart docs Local cast version: cast 0.2.0

How was it fixed?

Fix wrong invocation flags from cast to_ascii to cast --to-ascii

To-Do