Skip to content

Commit

Permalink
Remove ands from the beginning of the sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
raszi committed Jan 29, 2019
1 parent 40427ff commit 5f991d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ entropy left on your system, Tmp will fall back to pseudo random numbers.
You can set whether you want to remove the temporary file on process exit or
not.

And if you do not want to store your temporary directories and files in the
If you do not want to store your temporary directories and files in the
standard OS temporary directory, then you are free to override that as well.

## An Important Note on Compatibility
Expand Down Expand Up @@ -290,7 +290,8 @@ console.log('Dir: ', tmpobj.name);

Using `tmpName()` you can create temporary file names asynchronously.
The function accepts all standard options, e.g. `prefix`, `postfix`, `dir`, and so on.
And you can also leave out the options altogether and just call the function with a callback as first parameter.

You can also leave out the options altogether and just call the function with a callback as first parameter.

```javascript
var tmp = require('tmp');
Expand Down

0 comments on commit 5f991d2

Please sign in to comment.