smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

Fix typo in README.md #109

Closed rgottleber closed 2 years ago

rgottleber commented 2 years ago

fix duplicate readme line from yarn to npm

PatrickAlphaC commented 2 years ago

Why are we moving to npm?

rgottleber commented 2 years ago

Examples include yarn and npm above. Updating this bit to not have duplicate yarn and yarn

  1. You can now do stuff!
    yarn hardhat test

    or

yarn hardhat test
pappas999 commented 2 years ago

LGTM. Will just get Andrej to verify, as i believe he owns this starter kit now