Skip to content

Commit

Permalink
renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
fydne committed May 21, 2023
1 parent 82ca6b5 commit 3e4d66d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Opens a dialog window with the choice of application to open the file.

# Example code
```js
const openWith = require('open_with');
const openWith = require('open-with');

const result = openWith.open(__dirname + '/index.js');
```
```js
const openWith = require('open_with');
const openWith = require('open-with');
const path = require('path');

const result = openWith.open(path.join(__dirname, 'index.js'));
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open_with",
"version": "1.0.0",
"name": "open-with",
"version": "1.0.1",
"description": "Open file with \"open with\" dialog",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3e4d66d

Please sign in to comment.