Skip to content

Commit 390d9eb

Browse files
authored
Fix readme typo (#23)
1 parent 621f8a7 commit 390d9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ where the build code bridges the dynamic library to node.js directly.
4040
3. `uniffi-bindgen-node` should be in `~/.cargo/bin` - make sure this is part of your `PATH`.
4141

4242
## Usage
43-
Run `uniffi-bindgen-node -- <lib_path>`, passing a dynamic library (`dylib`/`dll`/`so`) build to
43+
Run `uniffi-bindgen-node generate <lib_path>`, passing a dynamic library (`dylib`/`dll`/`so`) build to
4444
export a uniffi interface. See `output/` for the results. For more complicated scenarios, run
4545
`uniffi-bindgen-node --help`.
4646

0 commit comments

Comments
 (0)