lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
785 stars 35 forks source link

docs: fixing typo in README.md example #19

Closed pratik97 closed 5 years ago

pratik97 commented 5 years ago

Description

Fixing typo in README.md

Types of changes

Related Issue

https://github.com/lirantal/lockfile-lint/issues/18

Motivation and Context

It makes the README.md example work without any additional debugging effort.

How Has This Been Tested?

Manually tested the changes, since it is docs change, no need for unit tests.

Screenshots (if appropriate):

Checklist:

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #19   +/-   ##
======================================
  Coverage    96.1%   96.1%           
======================================
  Files           9       9           
  Lines         154     154           
  Branches       21      21           
======================================
  Hits          148     148           
  Misses          6       6
Impacted Files Coverage Δ
...lockfile-lint-api/src/validators/ValidateScheme.js 94.73% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d07dde...95b07fe. Read the comment docs.

lirantal commented 5 years ago

good catch @pratik97, thank you ❤️