Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Sep 6, 2024
1 parent 2eaecd6 commit 9a6f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[npm-image]: https://img.shields.io/npm/v/dollar-shell.svg
[npm-url]: https://npmjs.org/package/dollar-shell

`dollar-shell` is a micro-library for running shell commands and using them in streams with ease in Node, Deno, Bun. It is a tiny, simple, no dependency module with TypeScript typings.
`dollar-shell` is a micro-library for running shell commands and using them in streams with ease in Node, Deno, Bun. It is a tiny, simple, no dependency package with TypeScript typings.

The idea is to run OS/shell commands and/or use them in stream pipelines as sources, sinks,
and transformation steps using [web streams](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API).
Expand Down

0 comments on commit 9a6f72d

Please sign in to comment.