Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ so that it can have one API for all targets. Erlang and JavaScript have fundamen
models, so bindings to async code will simply be different for different targets.

You *should* use simplifile if
1. The same code running on JS and Erlang targets is important
2. Sync file operations will not be a major performance bottleneck (dev tooling, configuration, scripting, etc.)
3. You just wanna do some basic file operations and get on with life
1. The same code running on JS and Erlang targets is important.
2. Sync file operations will not be a major performance bottleneck (dev tooling, configuration, scripting, etc.).
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example comment: I don't think this needs a period.

3. You just wanna do some basic file operations and get on with life.

If you think you need a different solutions, these projects may be helpful:
[File streams](https://github.com/richard-viney/file_streams)
Expand Down