diff --git a/README.md b/README.md index b3cd5f3b5..46fdcff87 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ We currently accept tokens on the following chains: - `metall2` - `metall2-sepolia` -#### Non-bridgable tokens +#### Non-bridgeable tokens If you would like to add your token to this token list but you do not want your token to be included on the Optimism Bridge app, please include the `nobridge` option. diff --git a/bin/cli.ts b/bin/cli.ts index 8106a648d..916b92cc6 100644 --- a/bin/cli.ts +++ b/bin/cli.ts @@ -19,7 +19,7 @@ program .requiredOption('--datadir ', 'Directory containing data files') .option( '--tokens ', - 'Comma-separated list of tokens symbols to validate' + 'Comma-separated list of token symbols to validate' ) .action(async (options) => { const results = await validate(options.datadir, options.tokens.split(','))