From 9b863967a54dab069bafdedd242ab122d1e5b5b7 Mon Sep 17 00:00:00 2001 From: Oktawian Lagiewski Date: Sat, 23 Oct 2021 12:12:50 +0200 Subject: [PATCH] Update README.md (#636) Lib name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eb62d67..de3b84d8 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ npm looks for the latest `caniuse-lite` version (1.0.30000700) and adds it to `package-lock.json` under `autoprefixer` dependencies. A year later, you decide to add Babel. At this moment, we have a -new version of `canuse-lite` (1.0.30000900). npm took the latest version +new version of `caniuse-lite` (1.0.30000900). npm took the latest version and added it to your lock file under `@babel/preset-env` dependencies. Now your lock file looks like this: