Skip to content

Commit cee6cc4

Browse files
author
Daniele Briggi
committed
chore: readme
1 parent c54eed0 commit cee6cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ npm run build
117117
After building the package, run it with:
118118

119119
```bash
120-
node build/index.js --connectionString <CONNECTION_STRING>
120+
node disk/main.js --connectionString <CONNECTION_STRING>
121121
```
122122

123123
### Local Testing
@@ -150,7 +150,7 @@ Access the inspector at: [http://127.0.0.1:6274/](http://127.0.0.1:6274/)
150150

151151
- **Transport Type**: `stdio`
152152
- **Command**: `npx`
153-
- **Arguments**: `<PATH_TO_PACKAGE_FOLDER> --connectionString <CONNECTION_STRING>`
153+
- **Arguments**: `~/<PATH_TO_PACKAGE_FOLDER> --connectionString <CONNECTION_STRING>`
154154

155155
_Note: Use the `PATH_TO_PACKAGE_FOLDER` from your home directory to avoid permission issues._
156156

0 commit comments

Comments
 (0)