Skip to content

Commit

Permalink
docs ~ README fix and polish
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Dec 13, 2020
1 parent 19520e5 commit 43bc088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
npm install os-paths
```

> ###### Requirements
> #### Requirements
>
> NodeJS >= 6.0.0
<!--{blockquote: .--info}-->
<!--{blockquote: .--info style="font-size:75%;"}-->
## Usage

Expand Down Expand Up @@ -58,7 +58,7 @@ const osPaths = require('os-paths');
const osPaths = require('os-paths')( options );
```

The object returned by the module constructor is an `OSPaths` function object, augmented with attached methods. When called directly (eg, `const p = xdg()`), it returns a newly constructed `OSPaths` object. Since the `OSPaths` object contains no instance state, all constructed objects will be functionally identical.
The object returned by the module constructor is an `OSPaths` function object, augmented with attached methods. When called directly (eg, `const p = osPaths()`), it returns a newly constructed `OSPaths` object. Since the `OSPaths` object contains no instance state, all constructed objects will be functionally identical.

### Methods

Expand Down

0 comments on commit 43bc088

Please sign in to comment.