Skip to content

Commit ee94403

Browse files
authored
docs: fix electron command (#442)
1 parent 1d13c0e commit ee94403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/electron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Trying to use `node-llama-cpp` on a renderer process will crash the application.
99

1010
You can scaffold an example Electron app that uses `node-llama-cpp` with complete configuration for packaging and distribution by running the following command:
1111
```shell
12-
npm create node-llama-cpp@latest --template electron-typescript-react
12+
npm create node-llama-cpp@latest -- --template electron-typescript-react
1313
```
1414

1515
::: tip

0 commit comments

Comments
 (0)