diff --git a/.github/funding.yml b/.github/funding.yml index dd72fd7..218b9e0 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1,4 +1,4 @@ github: sindresorhus open_collective: sindresorhus -tidelift: npm/opn +tidelift: npm/open custom: https://sindresorhus.com/donate diff --git a/readme.md b/readme.md index 18794a2..51f1359 100644 --- a/readme.md +++ b/readme.md @@ -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