Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Rename EVM to Ethereum package
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jul 22, 2019
1 parent 443203a commit c56590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getCommandProps(): InquirerQuestions {
return {
dependencies: {
type: 'input',
message: 'Provide an EVM-package name and version',
message: 'Provide an Ethereum Package name and version',
normalize: input => (typeof input === 'string' ? [input] : input),
},
};
Expand Down

0 comments on commit c56590e

Please sign in to comment.