Skip to content

Commit 05bd74e

Browse files
committed
chore: clean up readme
1 parent c11586f commit 05bd74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM Version](https://img.shields.io/npm/v/bare-bundle-transform)](https://npmjs.com/package/bare-bundle-transform)
44
[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform/test.yml?label=tests)](https://github.com/Didericis/bare-bundle-transform/actions/workflows/test.yml)
55

6-
Provides a simple [CLI](#cli) that takes a [bare-bundle](https://github.com/holepunchto/bare-bundle/) generated by [bare-pack](https://github.com/holepunchto/bare-pack) and transforms each file in the bundle. You can use this to alter code that's incompatible with [bare](https://github.com/holepunchto/bare) while bundling, like regex patterns using the `/u` flag, for example.
6+
Provides a simple [CLI](#cli) that takes a [bare-bundle](https://github.com/holepunchto/bare-bundle/) generated by [bare-pack](https://github.com/holepunchto/bare-pack) and transforms each file in the bundle. You can use this to alter code that's incompatible with [bare](https://github.com/holepunchto/bare) while bundling, like regex patterns using the `/u` flag.
77

88
## Installation
99

@@ -13,7 +13,7 @@ npm i [-g] bare-bundle-transform
1313

1414
## Usage
1515

16-
Plugins must export a single default function with the following signature (for a specific example, see the [local babel plugin](./test/plugins/babel.js) used in the tests):
16+
Plugins must export a single default function with the following signature (for a specific example, see the [local babel plugin](https://github.com/Didericis/bare-bundle-transform/blob/main/test/plugins/babel.js) used in the tests):
1717

1818
```js
1919
/**

0 commit comments

Comments
 (0)