Readme security improvement: Split up npm
and yarn
code blocks #178
Open
Description
Currently, the README has
$ npm i better-ajv-errors
$ # Or
$ yarn add better-ajv-errors
One problem with this is that it doesn't allow the developer to just hit 'copy' and paste it into their terminal. npm has problems with people "typo squatting", so copy/pasting is a safer and more secure option than re-typing by hand. Separate code blocks for each command would let a developer stay safer.
Metadata
Assignees
Labels
No labels