Skip to content

Commit

Permalink
mention about using Pipe: @pipe closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Dec 2, 2020
1 parent c107c7c commit f721896
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
- Julia Nightly: [![Build Status Nightly](https://travis-matrix-badges.herokuapp.com/repos/oxinabox/Pipe.jl/branches/master/5)](https://travis-ci.org/oxinabox/Pipe.jl)

## Usage
Load the package via
```julia
using Pipe: @pipe
```
(Just doing `using Pipe` will give an error about a name conflict with the `Base.Pipe` type.)

Place `@pipe` at the start of the line for which you want "advanced piping functionality" to work.

Expand Down

0 comments on commit f721896

Please sign in to comment.