Skip to content

Commit 5f991d2

Browse files
authored
Remove ands from the beginning of the sentences
1 parent 40427ff commit 5f991d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ entropy left on your system, Tmp will fall back to pseudo random numbers.
2424
You can set whether you want to remove the temporary file on process exit or
2525
not.
2626

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

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

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

295296
```javascript
296297
var tmp = require('tmp');

0 commit comments

Comments
 (0)