Skip to content

Readme security improvement: Split up npm and yarn code blocks #178

Open
@plocket

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions