Skip to content

Commit

Permalink
names updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fydne committed May 20, 2023
1 parent 014e469 commit 82ca6b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "open-with",
"name": "open_with",
"version": "1.0.0",
"description": "Open file with \"open with\" dialog",
"main": "index.js",
Expand Down

0 comments on commit 82ca6b5

Please sign in to comment.