launchdarkly / jest-launchdarkly-mock

Easily unit test LaunchDarkly feature flagged components with jest
Apache License 2.0
25 stars 19 forks source link

Yarn command in README incorrect #4

Closed drainpip closed 2 years ago

drainpip commented 3 years ago

Minor thing:

yarn -D jest-launchdarkly-mock

should be:

yarn add -D jest-launchdarkly-mock

yusinto commented 2 years ago

Thank you! I've fixed this and will include in the next release.