fix: readme

This commit is contained in:
Anton Nesterov 2023-02-11 14:59:03 +03:00
parent 0348646acd
commit 2ee4c4b2f3

View file

@ -1,4 +1,4 @@
# Pick it # Pickit
This utility helps you to extract files from tarballs and github repos using 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 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. config file should exportan array of `PickConfig` objects.
```typescript ```typescript
// config.ts
import type { PickConfig } from "https://deno.land/x/pickit/mod.d.ts"; import type { PickConfig } from "https://deno.land/x/pickit/mod.d.ts";
export default [ export default [
{ {