Skip to content

Commit

Permalink
Added explicit mentioning of local machine as the platform to use pippin
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rdy committed Nov 19, 2023
1 parent f987afd commit 75bd0a8
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
@@ -1,6 +1,6 @@
# Pippin

Pippin is a simple, lightweight, and (hopefully) easy to use Go library for creating and managing data pipelines.
Pippin is a simple, lightweight, and (hopefully) easy to use Go library for creating and managing data pipelines on your machine.

The library heavily relies on goroutines and channels, but this complexity is hidden from the user behind a simple API.
Basically, this is the main purpose why I implemented this library in the first place.
Expand Down

0 comments on commit 75bd0a8

Please sign in to comment.