Skip to content

Commit

Permalink
Update README.md (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz authored Jul 13, 2024
1 parent 0ce9803 commit 0f1f175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ MyApp.Tmp.dir(fn tmp_dir_path ->
file_path = Path.join(tmp_dir_path, "my_file")
# do work with file_path...
# then return a value
{:ok, :work_done}
Enum.sum([1,2,3])
end)
# => {:ok, :work_done}
# => 6
```

### Options
Expand Down

0 comments on commit 0f1f175

Please sign in to comment.