Skip to content

Commit

Permalink
README: show run result
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 16, 2023
1 parent f7e3f4d commit fde3e88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ But alternatively, a pipe also exposes a convenient method `.run` to launch an i

```python
odd_squares: List[int] = rate_limited_odd_squares.run()

assert odd_squares == [1, 9, 25, 49, 81]
```


Expand Down

0 comments on commit fde3e88

Please sign in to comment.