From 1a74bd3488a3930f1a768b16a0d63674fb89480d Mon Sep 17 00:00:00 2001 From: Mohamed Mahrous Date: Fri, 3 Nov 2023 20:58:24 +0100 Subject: [PATCH] chore: fix README.md example (#244) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 38bde97..67d3e3c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ just as easily be used on its own. const cacache = require('cacache') const fs = require('fs') -const tarball = '/path/to/mytar.tgz' const cachePath = '/tmp/my-toy-cache' const key = 'my-unique-key-1234'