Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 10, 2024
1 parent eac5d63 commit 70ece02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Publish many messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $client = Factory::of($os)->make(/* details */);
$os
->filesystem()
->mount(Path::of('/path/to/some/directory/'))
->get(new Name('leads.csv'))
->get(Name::of('leads.csv'))
->map(
static fn($file) => $file
->content()
Expand Down

0 comments on commit 70ece02

Please sign in to comment.