From 2ee4c4b2f32d83b81dd495358a073a1d2c8e7ab6 Mon Sep 17 00:00:00 2001 From: Anton Nesterov Date: Sat, 11 Feb 2023 14:59:03 +0300 Subject: [PATCH] fix: readme --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1622238..db842c6 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Pick it +# Pickit This utility helps you to extract files from tarballs and github repos using glob syntax or regular expressions. You can use either a config file or command @@ -36,7 +36,6 @@ If you need to pick files from multiple sources, you can use a config file. The config file should exportan array of `PickConfig` objects. ```typescript -// config.ts import type { PickConfig } from "https://deno.land/x/pickit/mod.d.ts"; export default [ {