Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 8, 2022
1 parent 7579417 commit 05ba9e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/funding.yml
@@ -1,4 +1,4 @@
github: sindresorhus
open_collective: sindresorhus
tidelift: npm/opn
tidelift: npm/open
custom: https://sindresorhus.com/donate
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -14,13 +14,13 @@ This package does not make any security guarantees. If you pass in untrusted inp
- Supports app arguments.
- Safer as it uses `spawn` instead of `exec`.
- Fixes most of the original `node-open` issues.
- Includes the latest [`xdg-open` script](https://cgit.freedesktop.org/xdg/xdg-utils/commit/?id=c55122295c2a480fa721a9614f0e2d42b2949c18) for Linux.
- Includes the latest [`xdg-open` script](https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/scripts/xdg-open.in) for Linux.
- Supports WSL paths to Windows apps.

## Install

```
$ npm install open
```sh
npm install open
```

## Usage
Expand Down

0 comments on commit 05ba9e1

Please sign in to comment.