Skip to content

Commit 5755aab

Browse files
committed
Merge branch 'master' of github.com:ORESoftware/prepend-transform
2 parents ed2e276 + 00582be commit 5755aab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

2+
<br>
3+
4+
[![Version](https://img.shields.io/npm/v/prepend-transform.svg?colorB=green)](https://www.npmjs.com/package/prepend-transform)
5+
26
# Prepend-Transform
37

8+
>
9+
> Prepend text to the beginning of each line in a stream.
10+
>
11+
412
## Installation
513

614
```bash

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const r2gSmokeTest = function () {
1717
return true;
1818
};
1919

20-
export const pt = (pre: string, o?: PTOptions) => {
20+
export const pt = (pre: string, o?: PTOptions) => {
2121
return new PrependTransform(pre, o);
2222
};
2323

0 commit comments

Comments
 (0)